forked from qt-creator/qt-creator
QmlJSEditor: using RefactorMarker for Qt Quick ToolBar
* Proper implementation using a timer * We also do a revision check now * The RefactorMarker is only shown for types that we support
This commit is contained in:
@@ -359,7 +359,7 @@ public:
|
||||
|
||||
void setRefactorMarkers(const Internal::RefactorMarkers &markers);
|
||||
signals:
|
||||
void refactorMarkerClicked(const Internal::RefactorMarker &marker);
|
||||
void refactorMarkerClicked(const TextEditor::Internal::RefactorMarker &marker);
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user