debugger: somewhat more verbose explanation of "UseCodeModel"

Reviewed-by: con
This commit is contained in:
hjk
2011-04-21 14:11:31 +02:00
committed by con
parent 5645018b15
commit 92a3d9ba2a

View File

@@ -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);