Browse Source

Add missing "override"

adaptive-webui-19844
Nick Korotysh 7 years ago
parent
commit
0b8c620fd3
No known key found for this signature in database
GPG Key ID: 7D0D4117C97CCC46
  1. 2
      src/app/application.h

2
src/app/application.h

@ -110,7 +110,7 @@ public: @@ -110,7 +110,7 @@ public:
protected:
#ifndef DISABLE_GUI
#ifdef Q_OS_MAC
bool event(QEvent *);
bool event(QEvent *) override;
#endif
bool notify(QObject* receiver, QEvent* event) override;
#endif

Loading…
Cancel
Save