Give Zint Studio some love

This commit is contained in:
taipanromania 2009-05-21 21:00:23 +00:00
parent 8398eff997
commit b85039e746
23 changed files with 2966 additions and 2949 deletions

View file

@ -20,8 +20,8 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
Q_INIT_RESOURCE(resources);
MainWindow w;
w.show();
return app.exec();
}