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
912487d3
Commit
912487d3
authored
Jul 30, 2010
by
Lasse Holmstedt
Browse files
Insertion point fix for Declaration from Definition quickfix
Reviewed-by: Erik Verbruggen
parent
ec15a551
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/InsertionPointLocator.cpp
View file @
912487d3
...
...
@@ -214,11 +214,11 @@ protected:
break
;
case
T_PROTECTED
:
newXsSpec
=
isSlot
?
InsertionPointLocator
::
P
ublic
Slot
:
InsertionPointLocator
::
Protected
;
newXsSpec
=
isSlot
?
InsertionPointLocator
::
P
rotected
Slot
:
InsertionPointLocator
::
Protected
;
break
;
case
T_PRIVATE
:
newXsSpec
=
isSlot
?
InsertionPointLocator
::
P
ublic
Slot
:
InsertionPointLocator
::
Private
;
newXsSpec
=
isSlot
?
InsertionPointLocator
::
P
rivate
Slot
:
InsertionPointLocator
::
Private
;
break
;
case
T_Q_SIGNALS
:
...
...
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