1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-19 02:47:06 +00:00

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();
}