utility: commandlineparser crash

* commandlineparser crash when no/invalid project file
* filepath instead of string in commandlineparser
This commit is contained in:
Andreas Stallinger
2016-10-19 16:40:01 +02:00
parent b11f583729
commit ea207c786d
4 changed files with 38 additions and 20 deletions
-1
View File
@@ -78,7 +78,6 @@ QtStartScreen::QtStartScreen(QWidget *parent)
: QtWindow(parent)
{
this->raise();
setWindowModality(Qt::ApplicationModal);
}
QSize QtStartScreen::sizeHint() const