1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

Merge pull request #8860 from Kolcha/mac_warning

Add missing "override"
This commit is contained in:
Vladimir Golovnev 2018-05-08 17:14:21 +03:00 committed by GitHub
commit eab5dad32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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