Add missing "override"

This commit is contained in:
Nick Korotysh 2018-05-07 22:51:47 +03:00 committed by sledgehammer999
parent 9cb190ebe7
commit 0704c0f5e6
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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