1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 04:24:23 +00:00

- Fixed a problem when closing to systray, then closing the app and cancel

This commit is contained in:
Christophe Dumez 2007-12-04 12:04:53 +00:00
parent efb8315a38
commit a84c686090

View File

@ -494,6 +494,7 @@ void GUI::closeEvent(QCloseEvent *e) {
tr("&Yes"), tr("&No"), tr("&Yes"), tr("&No"),
QString(), 0, 1)) { QString(), 0, 1)) {
e->ignore(); e->ignore();
force_exit = false;
return; return;
} }
} }