Sine Striker
2024-04-29 031c0e92c1c10e793175c1bb63ec36ad10fe501e
examples/mainwindow/main.cpp
@@ -33,7 +33,9 @@
    MainWindow w;
    w.show();
#if 0
    QMainWindow w2;
    w2.show();
#endif
    return a.exec();
}