mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Updated Hungarian translation, added some debug
This commit is contained in:
parent
401693dccd
commit
28eddb74ed
19 changed files with 1089 additions and 1067 deletions
|
@ -328,14 +328,10 @@ MainWindow::~MainWindow() {
|
|||
delete switchSearchShortcut2;
|
||||
delete switchTransferShortcut;
|
||||
delete switchRSSShortcut;
|
||||
// Delete BTSession objects
|
||||
// Delete BTSession object
|
||||
qDebug("Deleting BTSession");
|
||||
QBtSession::drop();
|
||||
BTSession = 0;
|
||||
// May freeze for a few seconds after the next line
|
||||
// because the Bittorrent session proxy will
|
||||
// actually be deleted now and destruction
|
||||
// becomes synchronous
|
||||
qDebug("Exiting GUI destructor...");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue