diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-03-20 19:36:07 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-03-20 19:36:07 +0100 |
commit | 09008700af42967f6ad10c9b3ef565cc2f727874 (patch) | |
tree | 77ddd19b171d3949dc53198cf5cc81ae8e6b9b0f /modules/ECMQtDeclareLoggingCategory.h.in | |
parent | a2e9d3f39f5220ca6c9b90da0dd4255916fb031c (diff) | |
download | extra-cmake-modules-09008700af42967f6ad10c9b3ef565cc2f727874.tar.gz extra-cmake-modules-09008700af42967f6ad10c9b3ef565cc2f727874.tar.bz2 |
Revert "ECMQtDeclareLoggingCategory: Include <QDebug> with the generated file"
This reverts commit 1d4bc35cf9383177459544d6fcd9de35edf3e77d.
QLoggingCategory has always included QDebug, so this has always been
superfluous.
Diffstat (limited to 'modules/ECMQtDeclareLoggingCategory.h.in')
-rw-r--r-- | modules/ECMQtDeclareLoggingCategory.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ECMQtDeclareLoggingCategory.h.in b/modules/ECMQtDeclareLoggingCategory.h.in index b59bc7aa..fedecd2f 100644 --- a/modules/ECMQtDeclareLoggingCategory.h.in +++ b/modules/ECMQtDeclareLoggingCategory.h.in @@ -4,7 +4,6 @@ #define @GUARD_NAME@ #include <QLoggingCategory> -#include <QDebug> @OPEN_NAMESPACES@ Q_DECLARE_LOGGING_CATEGORY(@IDENTIFIER@) @CLOSE_NAMESPACES@ |