summaryrefslogtreecommitdiff
path: root/examples/qtcpp/echo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtcpp/echo/main.cpp')
-rw-r--r--examples/qtcpp/echo/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/qtcpp/echo/main.cpp b/examples/qtcpp/echo/main.cpp
deleted file mode 100644
index 2e15127..0000000
--- a/examples/qtcpp/echo/main.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <QtCore>
-
-int main(int argc, char *argv[])
-{
- QCoreApplication a(argc, argv);
-
- return a.exec();
-}