summaryrefslogtreecommitdiff
path: root/src/libs/utils/tcpportsgatherer.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-04-17 08:01:25 +0200
committerhjk <qthjk@ovi.com>2012-04-17 09:53:44 +0200
commit5b0bf616401624e28ba1c0e94e474c2da2e6350a (patch)
tree661e3e7490e2f8b718c77f03f37bccb806ed7b18 /src/libs/utils/tcpportsgatherer.cpp
parent37e38530905b31607d07bea1ca65618d95c8f380 (diff)
downloadqt-creator-5b0bf616401624e28ba1c0e94e474c2da2e6350a.tar.gz
qtcassert: move actual printing to separate function and enforce style
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/libs/utils/tcpportsgatherer.cpp')
-rw-r--r--src/libs/utils/tcpportsgatherer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/utils/tcpportsgatherer.cpp b/src/libs/utils/tcpportsgatherer.cpp
index 636150dcb9..212d8866bd 100644
--- a/src/libs/utils/tcpportsgatherer.cpp
+++ b/src/libs/utils/tcpportsgatherer.cpp
@@ -32,9 +32,11 @@
#include "tcpportsgatherer.h"
#include "qtcassert.h"
+
+#include <QDebug>
#include <QFile>
-#include <QStringList>
#include <QProcess>
+#include <QStringList>
#ifdef Q_OS_WIN
#include <QLibrary>