Browse Source

Merge pull request #8860 from Kolcha/mac_warning

Add missing "override"
adaptive-webui-19844
Vladimir Golovnev 6 years ago committed by GitHub
parent
commit
eab5dad32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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