Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index eaca329..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "qremamain.h"
-#include <QApplication>
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- QRemaMain w;
- w.show();
-
- return a.exec();
-}