mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 11:26:44 -05:00
Port native event filter to Qt 5.
This commit is contained in:
parent
03a330a4dd
commit
3b07098731
2 changed files with 24 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue