Use QList explicitly

PR #21016.
This commit is contained in:
Vladimir Golovnev
2024-07-04 08:30:39 +03:00
committed by GitHub
parent d2fceaa228
commit 5ef2a1df07
95 changed files with 408 additions and 373 deletions

View File

@@ -128,7 +128,7 @@ private slots:
void displayExecutionLogTab();
void toggleFocusBetweenLineEdits();
void loadSessionStats();
void reloadTorrentStats(const QVector<BitTorrent::Torrent *> &torrents);
void reloadTorrentStats(const QList<BitTorrent::Torrent *> &torrents);
void loadPreferences();
void optionsSaved();
void toggleAlternativeSpeeds();