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
Tobias Hunger
qt-creator
Commits
55f9645c
Commit
55f9645c
authored
Jun 18, 2010
by
Christian Kamm
Browse files
QmlJS: Remove unused 'using' declarations from quick fix code.
Reviewed-by: Erik Verbruggen
parent
eb2ac188
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljsquickfix.h
View file @
55f9645c
...
...
@@ -61,10 +61,6 @@ public:
virtual
int
match
(
TextEditor
::
QuickFixState
*
state
);
protected:
using
TextEditor
::
QuickFixOperation
::
textOf
;
using
TextEditor
::
QuickFixOperation
::
charAt
;
using
TextEditor
::
QuickFixOperation
::
position
;
QString
fileName
()
const
;
virtual
void
apply
();
...
...
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