forked from qt-creator/qt-creator
QMLEditor: changed quickfix to only activate on the type id.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user