summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/src/log4qtshared.h
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2014-07-20 22:25:45 +0200
committerPhilipp Andreas <github@smurfy.de>2014-07-20 23:21:05 +0200
commitc9c1ed9faee07c0067827872ffe465d465c81470 (patch)
tree91b87b5ad63956bda1254cb4b083f3fc8d6551e4 /ext/Log4Qt/src/log4qtshared.h
parent9bbba72939248388dfc832a5bf20cb9539ab0675 (diff)
parentc47315faa12bbb36772c3f5897751bf74fa122f4 (diff)
Merge branch 'master' into notifications
Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h ext/Log4Qt
Diffstat (limited to 'ext/Log4Qt/src/log4qtshared.h')
-rw-r--r--ext/Log4Qt/src/log4qtshared.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/Log4Qt/src/log4qtshared.h b/ext/Log4Qt/src/log4qtshared.h
deleted file mode 100644
index f8bd853..0000000
--- a/ext/Log4Qt/src/log4qtshared.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <QtCore/QtGlobal>
-
-#if defined(LOG4QT_EXPORTS)
-# define LOG4QT_EXPORT Q_DECL_EXPORT
-#elif defined (LOG4QT_IMPORTS)
-# define LOG4QT_EXPORT Q_DECL_IMPORT
-#else
-# define LOG4QT_EXPORT /**/
-#endif