Skip to content
Snippets Groups Projects
Commit 4219e41a authored by Eike Ziller's avatar Eike Ziller Committed by hjk
Browse files

Fix showing the default shortcuts in keyboard preferences


Change-Id: I49df1f586ac7ed67c61f6bdf646e45bd1e7dbb4a
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 2fe05223
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,7 @@ void ShortcutSettings::initialize()
}
sections[section]->addChild(item);
s->m_key = c->keySequence();
item->setText(0, subId);
item->setText(1, c->description());
item->setText(2, s->m_key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment