QMLEditor: changed quickfix to only activate on the type id.

This commit is contained in:
Erik Verbruggen
2010-09-30 16:12:24 +02:00
parent dc73e7d1bc
commit 5e59605c1e
6 changed files with 48 additions and 9 deletions

View File

@@ -57,6 +57,9 @@ public:
*/
unsigned startOf(const QmlJS::AST::SourceLocation &loc) const;
bool isCursorOn(QmlJS::AST::UiObjectMember *ast) const;
bool isCursorOn(QmlJS::AST::UiQualifiedId *ast) const;
private:
QmlJSRefactoringChanges *refactoringChanges() const;