Unslot onRefactorMarkerClicked

Follow-up of cc351381ae

Change-Id: Ieaa5267e763182605261b627b85a1e5e4c2eef59
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Orgad Shaneh
2014-08-22 14:43:29 +03:00
committed by Orgad Shaneh
parent 71c6f32ea4
commit a6bfb33e67
2 changed files with 3 additions and 2 deletions

View File

@@ -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;