Made debugger menu items disabled in QML inspector mode

This commit is contained in:
Lasse Holmstedt
2010-03-17 18:41:14 +01:00
parent 7d423d5f96
commit b14a208273
5 changed files with 16 additions and 1 deletions

View File

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