Удалить main.cpp

This commit is contained in:
2025-09-01 08:15:11 +00:00
parent 4b2026e96b
commit 52ef710cd7

View File

@@ -1,10 +0,0 @@
#include "LauncherWindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
LauncherWindow w;
w.show();
return a.exec();
}