debugger: make add & remove wathcers work again after the action changes

This commit is contained in:
hjk
2009-03-19 12:53:58 +01:00
parent 50cabb9216
commit 532c18d723
4 changed files with 20 additions and 5 deletions

View File

@@ -145,6 +145,7 @@ QAction *QtcSettingsItem::updatedAction(const QString &text0)
}
}
m_action->setEnabled(enabled);
m_action->setData(text0);
m_action->setText(text);
return m_action;
}