mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Brand new torrent model for the transfer list
This commit is contained in:
parent
01cc4452b2
commit
d76877b1a2
12 changed files with 609 additions and 602 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue