mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Added debug output
This commit is contained in:
@@ -345,8 +345,10 @@ public:
|
||||
}
|
||||
|
||||
~TorrentFilesModel() {
|
||||
qDebug() << Q_FUNC_INFO << "ENTER";
|
||||
delete [] files_index;
|
||||
delete rootItem;
|
||||
qDebug() << Q_FUNC_INFO << "EXIT";
|
||||
}
|
||||
|
||||
void updateFilesProgress(std::vector<libtorrent::size_type> fp) {
|
||||
@@ -625,7 +627,9 @@ public:
|
||||
}
|
||||
|
||||
~TorrentFilesFilterModel() {
|
||||
qDebug() << Q_FUNC_INFO << "ENTER";
|
||||
delete m_model;
|
||||
qDebug() << Q_FUNC_INFO << "EXIT";
|
||||
}
|
||||
|
||||
TorrentFilesModel* model() const {
|
||||
|
||||
Reference in New Issue
Block a user