From f339360fbc11ece8378106e9eb1f16b068ceb903 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 10 Jul 2025 00:10:30 -0400 Subject: [PATCH] Removed/renamed some files. --- tools/compro/compromain.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tools/compro/compromain.cpp diff --git a/tools/compro/compromain.cpp b/tools/compro/compromain.cpp deleted file mode 100644 index fd3e533..0000000 --- a/tools/compro/compromain.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "mainwindow.h" - -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - MainWindow w; - w.show(); - return a.exec(); -}