mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Added debug output
This commit is contained in:
parent
82877a9afa
commit
a4c1b93a42
6 changed files with 14 additions and 2 deletions
|
@ -129,6 +129,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||
}
|
||||
|
||||
TransferListWidget::~TransferListWidget() {
|
||||
qDebug() << Q_FUNC_INFO << "ENTER";
|
||||
// Save settings
|
||||
saveSettings();
|
||||
// Clean up
|
||||
|
@ -137,6 +138,7 @@ TransferListWidget::~TransferListWidget() {
|
|||
delete nameFilterModel;
|
||||
delete listModel;
|
||||
delete listDelegate;
|
||||
qDebug() << Q_FUNC_INFO << "EXIT";
|
||||
}
|
||||
|
||||
TorrentModel* TransferListWidget::getSourceModel() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue