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:
authorAntenore Gatta <antenore@simbiosi.org>2019-08-16 02:35:03 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-08-16 02:35:03 +0300
commit278fb6ba6f57fb9c11f3c9aca34553873c729b17 (patch)
tree21e68b60037354b1e447d81c88d57e7429ea5a95 /main.cpp
parentefdfab3463d38e56c768bcd6d7764a9d6ff16bc2 (diff)
Added resources
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();
-}