From fc884f6a2717ebcef8ad61b70f587d1135b9d7c6 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 4 May 2015 20:12:32 +0300 Subject: C++: Fix commented debug in preprocessor included is QByteArray Change-Id: I5ec6d68bd0bbcb2b08cdcfe2759d72f474d4cda4 Reviewed-by: Nikolai Kosjar --- src/libs/cplusplus/pp-engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/cplusplus/pp-engine.cpp') diff --git a/src/libs/cplusplus/pp-engine.cpp b/src/libs/cplusplus/pp-engine.cpp index 93c743133e..d3b4995364 100644 --- a/src/libs/cplusplus/pp-engine.cpp +++ b/src/libs/cplusplus/pp-engine.cpp @@ -1640,7 +1640,7 @@ void Preprocessor::handleIncludeDirective(PPToken *tk, bool includeNext) return; } -// qDebug("include [[%s]]", included.toUtf8().constData()); +// qDebug("include [[%s]]", included.constData()); Client::IncludeType mode; if (includeNext) mode = Client::IncludeNext; -- cgit v1.2.1