QmlJS: Allow for more markers than just Qt Quick Toolbar.

Change-Id: Id132b2fd42034a354baa548760083ca47d62697b
Reviewed-on: http://codereview.qt.nokia.com/2904
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
Christian Kamm
2011-08-12 09:25:01 +02:00
parent 6215df2bc9
commit 676036a1c8
3 changed files with 27 additions and 11 deletions

View File

@@ -6020,6 +6020,10 @@ QString BaseTextEditor::contextHelpId() const
return m_contextHelpId;
}
Internal::RefactorMarkers BaseTextEditorWidget::refactorMarkers() const
{
return d->m_refactorOverlay->markers();
}
void BaseTextEditorWidget::setRefactorMarkers(const Internal::RefactorMarkers &markers)
{