BUGFIX: Avoid main window flashing on startup (closes #703984)

This commit is contained in:
Christophe Dumez
2011-01-17 17:31:59 +00:00
parent 0aae5f947d
commit 10020ed520
3 changed files with 7 additions and 9 deletions

View File

@@ -302,8 +302,6 @@ int main(int argc, char *argv[]){
#ifndef DISABLE_GUI
MainWindow window(0, torrentCmdLine);
if(!no_splash)
window.raise();
QObject::connect(&app, SIGNAL(messageReceived(const QString&)),
&window, SLOT(processParams(const QString&)));
app.setActivationWindow(&window);