|
|
@ -527,13 +527,13 @@ void MainWindow::balloonClicked() { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
show(); |
|
|
|
show(); |
|
|
|
if (isMinimized()) { |
|
|
|
if (isMinimized()) |
|
|
|
showNormal(); |
|
|
|
showNormal(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
raise(); |
|
|
|
raise(); |
|
|
|
activateWindow(); |
|
|
|
activateWindow(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// called when a torrent has finished
|
|
|
|
// called when a torrent has finished
|
|
|
|
void MainWindow::finishedTorrent(const QTorrentHandle& h) const { |
|
|
|
void MainWindow::finishedTorrent(const QTorrentHandle& h) const { |
|
|
|