Skip to content
GitLab
Menu
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
c1ea5126
Commit
c1ea5126
authored
Mar 03, 2009
by
Roberto Raggi
Browse files
Reserve some space.
parent
d7e86c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/pp-engine.cpp
View file @
c1ea5126
...
@@ -495,6 +495,7 @@ QByteArray Preprocessor::operator()(const QByteArray &filename,
...
@@ -495,6 +495,7 @@ QByteArray Preprocessor::operator()(const QByteArray &filename,
QByteArray
Preprocessor
::
expand
(
const
QByteArray
&
source
)
QByteArray
Preprocessor
::
expand
(
const
QByteArray
&
source
)
{
{
QByteArray
result
;
QByteArray
result
;
result
.
reserve
(
256
);
expand
(
source
,
&
result
);
expand
(
source
,
&
result
);
return
result
;
return
result
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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