mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-11 19:15:18 -04:00
Mark overriden methods as Q_DECL_OVERRIDE.
This commit is contained in:
parent
4e6cf15a09
commit
e144f7c85a
17 changed files with 58 additions and 54 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
#include "core/Global.h"
|
||||
|
||||
class Application : public QApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -27,7 +29,7 @@ class Application : public QApplication
|
|||
public:
|
||||
Application(int& argc, char** argv);
|
||||
|
||||
bool event(QEvent* event);
|
||||
bool event(QEvent* event) Q_DECL_OVERRIDE;
|
||||
|
||||
Q_SIGNALS:
|
||||
void openFile(const QString& filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue