mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
Update color scheme and key bindings list correctly after creating a new scheme/list. Save new schemes / bindings lists under a different name from the one used as a template. Get/set the description in the key binding editor.
svn path=/branches/work/konsole-split-view/; revision=661569
This commit is contained in:
@@ -442,6 +442,10 @@ QString KeyboardTranslator::description() const
|
||||
{
|
||||
return _description;
|
||||
}
|
||||
void KeyboardTranslator::setName(const QString& name)
|
||||
{
|
||||
_name = name;
|
||||
}
|
||||
QString KeyboardTranslator::name() const
|
||||
{
|
||||
return _name;
|
||||
|
||||
Reference in New Issue
Block a user