first ui actions

This commit is contained in:
2019-02-01 21:39:06 +01:00
parent b565dd7eff
commit 5aa92bbf57
3 changed files with 7 additions and 6 deletions

View File

@ -7,5 +7,8 @@ int main(int argc, char *argv[])
MainWindow w;
w.show();
return a.exec();
}