forked from qt-creator/qt-creator
Move using declarations.
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
using TextEditor::QuickFixOperation::range;
|
using TextEditor::QuickFixOperation::range;
|
||||||
|
using TextEditor::QuickFixOperation::textOf;
|
||||||
|
using TextEditor::QuickFixOperation::charAt;
|
||||||
|
|
||||||
Utils::ChangeSet::Range range(unsigned tokenIndex) const;
|
Utils::ChangeSet::Range range(unsigned tokenIndex) const;
|
||||||
Utils::ChangeSet::Range range(CPlusPlus::AST *ast) const;
|
Utils::ChangeSet::Range range(CPlusPlus::AST *ast) const;
|
||||||
@@ -87,9 +89,6 @@ protected:
|
|||||||
bool isCursorOn(unsigned tokenIndex) const;
|
bool isCursorOn(unsigned tokenIndex) const;
|
||||||
bool isCursorOn(const CPlusPlus::AST *ast) const;
|
bool isCursorOn(const CPlusPlus::AST *ast) const;
|
||||||
|
|
||||||
using TextEditor::QuickFixOperation::textOf;
|
|
||||||
using TextEditor::QuickFixOperation::charAt;
|
|
||||||
|
|
||||||
QString textOf(const CPlusPlus::AST *ast) const;
|
QString textOf(const CPlusPlus::AST *ast) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user