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