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
@@ -119,6 +119,8 @@ protected:
|
|||||||
Link findLinkAt(const QTextCursor &, bool resolveTarget = true,
|
Link findLinkAt(const QTextCursor &, bool resolveTarget = true,
|
||||||
bool inNextSplit = false) QTC_OVERRIDE;
|
bool inNextSplit = false) QTC_OVERRIDE;
|
||||||
|
|
||||||
|
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker) QTC_OVERRIDE;
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void slotCodeStyleSettingsChanged(const QVariant &) QTC_OVERRIDE;
|
void slotCodeStyleSettingsChanged(const QVariant &) QTC_OVERRIDE;
|
||||||
|
|
||||||
@@ -126,7 +128,6 @@ private slots:
|
|||||||
void updateFunctionDeclDefLink();
|
void updateFunctionDeclDefLink();
|
||||||
void updateFunctionDeclDefLinkNow();
|
void updateFunctionDeclDefLinkNow();
|
||||||
void abortDeclDefLink();
|
void abortDeclDefLink();
|
||||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
|
||||||
void onFunctionDeclDefLinkFound(QSharedPointer<FunctionDeclDefLink> link);
|
void onFunctionDeclDefLinkFound(QSharedPointer<FunctionDeclDefLink> link);
|
||||||
|
|
||||||
void onFilePathChanged();
|
void onFilePathChanged();
|
||||||
|
|||||||
@@ -94,7 +94,6 @@ private slots:
|
|||||||
void updateUses();
|
void updateUses();
|
||||||
|
|
||||||
void semanticInfoUpdated(const QmlJSTools::SemanticInfo &semanticInfo);
|
void semanticInfoUpdated(const QmlJSTools::SemanticInfo &semanticInfo);
|
||||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
|
||||||
|
|
||||||
void performQuickFix(int index);
|
void performQuickFix(int index);
|
||||||
void updateCodeWarnings(QmlJS::Document::Ptr doc);
|
void updateCodeWarnings(QmlJS::Document::Ptr doc);
|
||||||
@@ -112,6 +111,7 @@ protected:
|
|||||||
bool resolveTarget = true,
|
bool resolveTarget = true,
|
||||||
bool inNextSplit = false);
|
bool inNextSplit = false);
|
||||||
QString foldReplacementText(const QTextBlock &block) const;
|
QString foldReplacementText(const QTextBlock &block) const;
|
||||||
|
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool isClosingBrace(const QList<QmlJS::Token> &tokens) const;
|
bool isClosingBrace(const QList<QmlJS::Token> &tokens) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user