forked from qt-creator/qt-creator
Unslot onRefactorMarkerClicked
Follow-up of cc351381ae
Change-Id: Ieaa5267e763182605261b627b85a1e5e4c2eef59
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
71c6f32ea4
commit
a6bfb33e67
@@ -94,7 +94,6 @@ private slots:
|
||||
void updateUses();
|
||||
|
||||
void semanticInfoUpdated(const QmlJSTools::SemanticInfo &semanticInfo);
|
||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||
|
||||
void performQuickFix(int index);
|
||||
void updateCodeWarnings(QmlJS::Document::Ptr doc);
|
||||
@@ -112,6 +111,7 @@ protected:
|
||||
bool resolveTarget = true,
|
||||
bool inNextSplit = false);
|
||||
QString foldReplacementText(const QTextBlock &block) const;
|
||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||
|
||||
private:
|
||||
bool isClosingBrace(const QList<QmlJS::Token> &tokens) const;
|
||||
|
||||
Reference in New Issue
Block a user