mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Fix some warnings
This commit is contained in:
@@ -46,7 +46,7 @@ class TorrentContentModel : public QAbstractItemModel
|
||||
|
||||
public:
|
||||
TorrentContentModel(QObject *parent = nullptr);
|
||||
~TorrentContentModel();
|
||||
~TorrentContentModel() override;
|
||||
|
||||
void updateFilesProgress(const QVector<qreal> &fp);
|
||||
void updateFilesPriorities(const QVector<int> &fprio);
|
||||
|
||||
Reference in New Issue
Block a user