forked from qt-creator/qt-creator
QML Observer: Complain about not having it if debugging .qmlprojects
Reviewed-by: hjk
This commit is contained in:
@@ -669,6 +669,9 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
|
||||
m_group.insert(theDebuggerAction(UseCodeModel),
|
||||
m_ui.checkBoxUseCodeModel);
|
||||
|
||||
m_group.insert(theDebuggerAction(UseQmlObserver),
|
||||
m_ui.checkBoxUseQmlObserver);
|
||||
|
||||
#ifdef QT_DEBUG
|
||||
m_group.insert(theDebuggerAction(DebugDebuggingHelpers),
|
||||
m_ui.checkBoxDebugDebuggingHelpers);
|
||||
@@ -692,7 +695,8 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
|
||||
<< ' ' << m_ui.customLocationGroupBox->title()
|
||||
<< ' ' << m_ui.dumperLocationLabel->text()
|
||||
<< ' ' << m_ui.checkBoxUseCodeModel->text()
|
||||
<< ' ' << m_ui.checkBoxDebugDebuggingHelpers->text();
|
||||
<< ' ' << m_ui.checkBoxDebugDebuggingHelpers->text()
|
||||
<< ' ' << m_ui.checkBoxUseQmlObserver->text();
|
||||
m_searchKeywords.remove(QLatin1Char('&'));
|
||||
}
|
||||
return w;
|
||||
|
||||
Reference in New Issue
Block a user