C++: Fix commented debug in preprocessor

included is QByteArray

Change-Id: I5ec6d68bd0bbcb2b08cdcfe2759d72f474d4cda4
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-05-04 20:12:32 +03:00
committed by Orgad Shaneh
parent 997f8fe269
commit fc884f6a27

View File

@@ -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;