From eb4695d75f9bff4fd9b4043d4432ec1dc37ea24a Mon Sep 17 00:00:00 2001 From: galeon Date: Tue, 2 Sep 2025 19:05:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20ma?= =?UTF-8?q?in.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 main.cpp diff --git a/main.cpp b/main.cpp deleted file mode 100644 index d7a2d6a..0000000 --- a/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "LauncherWindow.h" -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - LauncherWindow w; - w.show(); - return a.exec(); -} \ No newline at end of file