Skip to content
Snippets Groups Projects
Commit 6a68be6c authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Set the right icon for the CDB options page category

parent e89c4775
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ QString CdbOptionsPage::displayCategory() const
QIcon CdbOptionsPage::categoryIcon() const
{
return QIcon(); // TODO: Icon for CdbOptions
return QIcon(QLatin1String(Debugger::Constants::DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON));
}
QWidget *CdbOptionsPage::createPage(QWidget *parent)
......
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