From 390726a83913552e63d4499d216ea6f370d6adad Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 30 Nov 2022 13:44:59 +0100 Subject: move QtClient to confui --- QtClient/main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 QtClient/main.cpp (limited to 'QtClient/main.cpp') diff --git a/QtClient/main.cpp b/QtClient/main.cpp deleted file mode 100644 index fd3e533..0000000 --- a/QtClient/main.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(); -} -- cgit v1.2.3