mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 18:24:58 +08:00
Merge pull request #8860 from Kolcha/mac_warning
Add missing "override"
This commit is contained in:
commit
eab5dad32d
@ -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…
Reference in New Issue
Block a user