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
b603e77f
Commit
b603e77f
authored
May 05, 2010
by
Thorbjørn Lindeijer
Browse files
Fixed compile with g++ 4.4.3
parent
2b95b46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppcodecompletion.h
View file @
b603e77f
...
...
@@ -139,7 +139,7 @@ private:
bool
completeConstructors
(
CPlusPlus
::
Class
*
klass
);
bool
completeQtMethod
(
const
QList
<
CPlusPlus
::
LookupItem
>
&
context
,
bool
completeQtMethod
(
const
QList
<
CPlusPlus
::
LookupItem
>
&
results
,
const
CPlusPlus
::
LookupContext
&
context
,
bool
wantSignals
);
...
...
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