Skip to content

Commit

Permalink
Update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Emdek committed Oct 22, 2017
1 parent edf7779 commit ac0b82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/preferences/KeyboardProfileDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void KeyboardActionDelegate::setModelData(QWidget *editor, QAbstractItemModel *m
model->setData(index, definition.getText(true), Qt::DisplayRole);
model->setData(index, QStringLiteral("%1 (%2)").arg(definition.getText(true)).arg(name), Qt::ToolTipRole);
model->setData(index, widget->getActionIdentifier(), KeyboardProfileDialog::IdentifierRole);
model->setData(index, name, KeyboardProfileDialog::Name);

if (definition.defaultState.icon.isNull())
{
Expand Down

0 comments on commit ac0b82d

Please sign in to comment.