summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-09 14:19:53 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-10-09 15:43:40 +0300
commit1daf85a722dba7aa06f307ea34abb97e0bf8a0a6 (patch)
treed7b6d6b7595f1527bdd17f9efb332c1d7ec61c40
parent23bdcf77b6ee8c0799934c79db2d10564983f838 (diff)
downloadqt-creator-1daf85a722dba7aa06f307ea34abb97e0bf8a0a6.tar.gz
Quieten warning by the code model
QDebug is considered a forward declared type only. Change-Id: Icd3d544dee04d81bb7087fe6f0153949afad3f10 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--plugins/autotest/testxmloutputreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autotest/testxmloutputreader.cpp b/plugins/autotest/testxmloutputreader.cpp
index 8bff855772..63fa9f9287 100644
--- a/plugins/autotest/testxmloutputreader.cpp
+++ b/plugins/autotest/testxmloutputreader.cpp
@@ -23,6 +23,7 @@
#include <utils/hostosinfo.h>
#include <utils/qtcassert.h>
+#include <QDebug>
#include <QRegExp>
#include <QProcess>
#include <QFileInfo>