Remove empty/unused options error category

This commit is contained in:
Martchus 2019-12-30 21:41:42 +01:00
parent df12b96e29
commit eee967e21d
3 changed files with 0 additions and 7 deletions

View File

@ -416,12 +416,6 @@ SettingsDialog::SettingsDialog(QWidget *parent)
category->assignPages({ new ProxyPage(), new UserAgentPage(), new MiscPage(), new StatsPage() });
categories << category;
category = new OptionCategory(this);
category->setDisplayName(tr("Specific"));
category->setIcon(QIcon(QStringLiteral(":/icons/hicolor/32x32/categories/preferences-specific.png")));
category->assignPages({});
categories << category;
categories << qtSettings().category();
categoryModel()->setCategories(categories);

View File

@ -3,6 +3,5 @@
<file>icons/hicolor/128x128/apps/videodownloader.png</file>
<file>icons/hicolor/32x32/categories/preferences-general.png</file>
<file>icons/hicolor/32x32/categories/preferences-network.png</file>
<file>icons/hicolor/32x32/categories/preferences-specific.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B