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
3e7c7296
Commit
3e7c7296
authored
Jun 22, 2010
by
Roberto Raggi
Browse files
Move using declarations.
parent
fadac800
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppquickfix.h
View file @
3e7c7296
...
...
@@ -67,6 +67,8 @@ public:
protected:
using
TextEditor
::
QuickFixOperation
::
range
;
using
TextEditor
::
QuickFixOperation
::
textOf
;
using
TextEditor
::
QuickFixOperation
::
charAt
;
Utils
::
ChangeSet
::
Range
range
(
unsigned
tokenIndex
)
const
;
Utils
::
ChangeSet
::
Range
range
(
CPlusPlus
::
AST
*
ast
)
const
;
...
...
@@ -87,9 +89,6 @@ protected:
bool
isCursorOn
(
unsigned
tokenIndex
)
const
;
bool
isCursorOn
(
const
CPlusPlus
::
AST
*
ast
)
const
;
using
TextEditor
::
QuickFixOperation
::
textOf
;
using
TextEditor
::
QuickFixOperation
::
charAt
;
QString
textOf
(
const
CPlusPlus
::
AST
*
ast
)
const
;
private:
...
...
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