forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
997f8fe269
commit
fc884f6a27
@@ -1640,7 +1640,7 @@ void Preprocessor::handleIncludeDirective(PPToken *tk, bool includeNext)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// qDebug("include [[%s]]", included.toUtf8().constData());
|
// qDebug("include [[%s]]", included.constData());
|
||||||
Client::IncludeType mode;
|
Client::IncludeType mode;
|
||||||
if (includeNext)
|
if (includeNext)
|
||||||
mode = Client::IncludeNext;
|
mode = Client::IncludeNext;
|
||||||
|
|||||||
Reference in New Issue
Block a user