summaryrefslogtreecommitdiff
path: root/tests/auto/debugger
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-07-06 08:09:03 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-07-06 07:21:48 +0200
commitdef9695e428743ca7a333c0a53b93a001a8fdf0e (patch)
treed769ad57a6347fc6e0ac530b35bf994b787fa878 /tests/auto/debugger
parent6d0e12be19959d2ce9f1c9513fb2e2eae376188f (diff)
downloadqt-creator-def9695e428743ca7a333c0a53b93a001a8fdf0e.tar.gz
Fix Qt4 compilation
Change-Id: I59f5e4ceec008adedb6f548502c7c90854c033ab Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'tests/auto/debugger')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 15e75b36f9..e3b79fd1c6 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1198,7 +1198,7 @@ void tst_Dumpers::dumper()
<< QString::fromUtf8(m_debuggerBinary)
<< t->buildPath + QLatin1String("/doit")
<< QString::fromUtf8(expanded);
- //qDebug() << exe.constData() << ' ' << qPrintable(args.join(QLatin1Char(' ')));
+ //qDebug() << exe.constData() << ' ' << qPrintable(args.join(QLatin1String(" ")));
}
t->input = cmds;