Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-05-05 11:23:59 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-05-05 11:23:59 +0300
commitbfba6f752c52cb95a316836184109641af825618 (patch)
treecc7085883974e1cd46e684e8123141840d054a54 /src/gui/application.h
parentae17f58b80208df0e6318dbabbfabd7ae842332e (diff)
Remove dead code
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 90fee1009..3657d791b 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -67,11 +67,6 @@ protected:
void enterNextLogFile();
bool checkConfigExists(bool openSettings);
- // reimplemented
-#if defined(Q_OS_WIN) && QT_VERSION < QT_VERSION_CHECK(5,0,0)
- bool winEventFilter( MSG * message, long * result );
-#endif
-
signals:
void folderRemoved();
void folderStateChanged(Folder*);