This commit is contained in:
Volker Fischer 2006-02-17 19:15:33 +00:00
parent ae4fe51982
commit 6d226d0a24

View File

@ -110,9 +110,13 @@ int main ( int argc, char** argv )
/* Show dialog */
ServerDlg.show ();
app.exec ();
}
else
{
// only start application without using the GUI
app.exec ();
}
app.exec ();
}
return 0;