mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add missing 'override' specifier
This fixes clang warning: 'notify' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
This commit is contained in:
@@ -110,7 +110,7 @@ protected:
|
||||
protected slots:
|
||||
void torrentDoubleClicked();
|
||||
void displayListMenu(const QPoint&);
|
||||
void currentChanged(const QModelIndex& current, const QModelIndex&);
|
||||
void currentChanged(const QModelIndex& current, const QModelIndex&) override;
|
||||
void toggleSelectedTorrentsSuperSeeding() const;
|
||||
void toggleSelectedTorrentsSequentialDownload() const;
|
||||
void toggleSelectedFirstLastPiecePrio() const;
|
||||
|
||||
Reference in New Issue
Block a user