forked from qt-creator/qt-creator
debugger: make add & remove wathcers work again after the action changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user