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