mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Brand new torrent model for the transfer list
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
};
|
||||
|
||||
ScanFoldersModel *ScanFoldersModel::instance(QObject *parent) {
|
||||
Q_ASSERT(!parent != !m_instance);
|
||||
//Q_ASSERT(!parent != !m_instance);
|
||||
if (!m_instance)
|
||||
m_instance = new ScanFoldersModel(parent);
|
||||
return m_instance;
|
||||
|
||||
Reference in New Issue
Block a user