bug fix
This commit is contained in:
parent
ae4fe51982
commit
6d226d0a24
1 changed files with 8 additions and 4 deletions
|
@ -110,9 +110,13 @@ int main ( int argc, char** argv )
|
||||||
|
|
||||||
/* Show dialog */
|
/* Show dialog */
|
||||||
ServerDlg.show ();
|
ServerDlg.show ();
|
||||||
|
app.exec ();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// only start application without using the GUI
|
||||||
|
app.exec ();
|
||||||
}
|
}
|
||||||
|
|
||||||
app.exec ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue