1
0
Fork 0
Nextcloud-Desktop/src/3rdparty/qtsingleapplication
Matthieu Gallien d17d831205 switch from Q_DECL_OVERRIDE to plain override
our requirements guarantee availability of override keyword so we just
use it

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-08-31 08:35:57 +00:00
..
README.txt Update QtSingleApplication and QtLockedFile 2014-05-21 11:19:38 +02:00
qtlocalpeer.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
qtlocalpeer.h Enable the modernize-user-nullptr check on clang-tidy 2020-08-12 19:45:25 +02:00
qtsingleapplication.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
qtsingleapplication.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
qtsingleapplication.pri Update QtSingleApplication and QtLockedFile 2014-05-21 11:19:38 +02:00
qtsinglecoreapplication.cpp Use the Qt5 connection syntax (automated with clazy) 2017-10-05 22:01:35 +02:00
qtsinglecoreapplication.h Update QtSingleApplication and QtLockedFile 2014-05-21 11:19:38 +02:00
qtsinglecoreapplication.pri Update QtSingleApplication and QtLockedFile 2014-05-21 11:19:38 +02:00

README.txt

This is the src directory of the QtSingleApplication solution
integrated over from Qt's Qt Creator project.

It additionally requires the QtLockedFile solution.