mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Add missing "override"
This commit is contained in:
parent
9cb190ebe7
commit
0704c0f5e6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue