constructeur step

This commit is contained in:
p2405951
2025-06-18 15:07:36 +02:00
parent fd004988d6
commit 5f2bb19da9
2 changed files with 17 additions and 1 deletions
+3
View File
@@ -1,11 +1,14 @@
#include "mainwindow.h"
#include <QApplication>
#include <step.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}