summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/src/log4qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Log4Qt/src/log4qt.cpp')
-rwxr-xr-xext/Log4Qt/src/log4qt.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/Log4Qt/src/log4qt.cpp b/ext/Log4Qt/src/log4qt.cpp
deleted file mode 100755
index 430b022..0000000
--- a/ext/Log4Qt/src/log4qt.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//============================================================================
-// Name : log4qt.cpp
-// Author :
-// Version :
-// Copyright : Your copyright notice
-// Description : Hello World in C++, Ansi-style
-//============================================================================
-
-#include <iostream>
-using namespace std;
-
-int main() {
- cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
- return 0;
-}