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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-07-22 21:30:46 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-12 14:51:49 +0300
commit3b070987312313f96862b50e1ea4bfd919450790 (patch)
tree53d1f53583ccb41e6d9ef6709abb9c829bf4f637 /src/gui/Application.h
parent03a330a4dd49e89ad33415a9de30ae03c34156b1 (diff)
Port native event filter to Qt 5.
Diffstat (limited to 'src/gui/Application.h')
-rw-r--r--src/gui/Application.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/Application.h b/src/gui/Application.h
index a5f55d4dd..5c375c7e9 100644
--- a/src/gui/Application.h
+++ b/src/gui/Application.h
@@ -31,9 +31,6 @@ public:
Application(int& argc, char** argv);
bool event(QEvent* event) Q_DECL_OVERRIDE;
-#ifdef Q_WS_X11
- bool x11EventFilter(XEvent* event) Q_DECL_OVERRIDE;
-#endif
Q_SIGNALS:
void openFile(const QString& filename);