qmljseditor: enable setting breakpoints using the mouse in the ExtraArea

This commit is contained in:
hjk
2010-07-07 13:56:39 +02:00
parent bcd2146db1
commit 100d8bad6e

View File

@@ -660,7 +660,7 @@ QmlJSTextEditor::QmlJSTextEditor(QWidget *parent) :
connect(m_semanticHighlighter, SIGNAL(changed(QmlJSEditor::Internal::SemanticInfo)),
this, SLOT(updateSemanticInfo(QmlJSEditor::Internal::SemanticInfo)));
setRequestMarkEnabled(false);
setRequestMarkEnabled(true);
}
QmlJSTextEditor::~QmlJSTextEditor()