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(); -}