Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
483449e4
Commit
483449e4
authored
May 13, 2009
by
Roberto Raggi
Browse files
There is no output stream so there's nothing to expand.
parent
c7e1104e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/pp-engine.cpp
View file @
483449e4
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment