forked from qt-creator/qt-creator
There is no output stream so there's nothing to expand.
This commit is contained in:
@@ -581,7 +581,8 @@ QByteArray Preprocessor::expand(const QByteArray &source)
|
||||
|
||||
void Preprocessor::expand(const QByteArray &source, QByteArray *result)
|
||||
{
|
||||
_expand(source, result);
|
||||
if (result)
|
||||
_expand(source, result);
|
||||
}
|
||||
|
||||
void Preprocessor::expand(const char *first, const char *last, QByteArray *result)
|
||||
|
||||
Reference in New Issue
Block a user