Skip to content
Snippets Groups Projects
Commit 3e7c7296 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Move using declarations.

parent fadac800
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment