updated icon; small bugfix

This commit is contained in:
Max-Wilhelm Bruker 2010-03-04 17:39:38 +01:00
parent 5fa63e553d
commit 0db3ff6819
2 changed files with 66 additions and 253 deletions

View file

@ -85,5 +85,9 @@ int main(int argc, char *argv[])
ui.show();
qDebug("main(): ui.show() finished");
return app.exec();
int retval = app.exec();
delete db;
return retval;
}