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:
Thomas Hartmann
2010-08-05 10:44:50 +02:00
parent bb64cc7005
commit 9c70e87715
3 changed files with 59 additions and 8 deletions

View File

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