forked from qt-creator/qt-creator
debugger: somewhat more verbose explanation of "UseCodeModel"
Reviewed-by: con
This commit is contained in:
@@ -262,6 +262,8 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
|
|||||||
|
|
||||||
m_group.insert(dc->action(UseCodeModel),
|
m_group.insert(dc->action(UseCodeModel),
|
||||||
m_ui.checkBoxUseCodeModel);
|
m_ui.checkBoxUseCodeModel);
|
||||||
|
m_ui.checkBoxUseCodeModel->setToolTip(dc->action(UseCodeModel)->toolTip());
|
||||||
|
|
||||||
m_group.insert(dc->action(ShowThreadNames),
|
m_group.insert(dc->action(ShowThreadNames),
|
||||||
m_ui.checkBoxShowThreadNames);
|
m_ui.checkBoxShowThreadNames);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user