Sine Striker
2024-04-30 87b7caada401149efda7bfee5289babdbcd5165f
examples/mainwindow/main.cpp
@@ -32,5 +32,10 @@
    MainWindow w;
    w.show();
#if 0
    QMainWindow w2;
    w2.show();
#endif
    return a.exec();
}