forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user