mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Forgot to remove outdated code
This commit is contained in:
parent
5ab7c91d49
commit
e2208a484e
1 changed files with 0 additions and 3 deletions
|
@ -335,10 +335,7 @@ int main(int argc, char *argv[]){
|
||||||
delete loader;
|
delete loader;
|
||||||
#endif
|
#endif
|
||||||
qDebug("Deleting app...");
|
qDebug("Deleting app...");
|
||||||
#ifndef Q_WS_WIN
|
|
||||||
// XXX: Why does it crash on Windows in QWindowsVistaStyle destructor!?
|
|
||||||
delete app;
|
delete app;
|
||||||
#endif
|
|
||||||
qDebug("App was deleted! All good.");
|
qDebug("App was deleted! All good.");
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue