Allow to filter torrent list by save path

PR #18600.
This commit is contained in:
Tom
2023-03-15 07:46:22 +01:00
committed by GitHub
parent e4f90730b2
commit 0bb0829a9a
5 changed files with 38 additions and 11 deletions

View File

@@ -143,3 +143,5 @@ private:
QIcon m_stalledUPIcon;
QIcon m_uploadingIcon;
};
Q_DECLARE_METATYPE(TransferListModel::Column)