Add missing "override"

This commit is contained in:
Nick Korotysh 2018-05-07 22:51:47 +03:00
commit 0b8c620fd3
No known key found for this signature in database
GPG key ID: 7D0D4117C97CCC46

View file

@ -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