mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Merge pull request #8860 from Kolcha/mac_warning
Add missing "override"
This commit is contained in:
commit
eab5dad32d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue