Skip to content
Snippets Groups Projects
Commit 924e78b6 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Shortcuts: Remove dead leftovers from refactoring.

parent f8a9e099
No related branches found
No related tags found
No related merge requests found
......@@ -63,27 +63,6 @@ CommandMappings::~CommandMappings()
// IOptionsPage
QString CommandMappings::id() const
{
return QLatin1String("D.Keyboard");
}
QString CommandMappings::displayName() const
{
return tr("Keyboard");
}
QString CommandMappings::category() const
{
return QLatin1String(Core::Constants::SETTINGS_CATEGORY_CORE);
}
QString CommandMappings::displayCategory() const
{
return QCoreApplication::translate("Core", Core::Constants::SETTINGS_TR_CATEGORY_CORE);
}
QWidget *CommandMappings::createPage(QWidget *parent)
{
m_page = new Ui_CommandMappings();
......
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