Updated Hungarian translation, added some debug

This commit is contained in:
Christophe Dumez 2010-11-27 08:56:24 +00:00
parent 401693dccd
commit 28eddb74ed
19 changed files with 1089 additions and 1067 deletions

View file

@ -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...");
}