X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fappearancesettingspage.h;h=825fc5070537ada460780a570ad942b4de797f49;hb=54ebc1bf00f4f9a8376629925329f0e72be04662;hp=91dc8fc2f5a35d786b3aa3c78777677177cf3ff4;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/qtui/settingspages/appearancesettingspage.h b/src/qtui/settingspages/appearancesettingspage.h index 91dc8fc2..825fc507 100644 --- a/src/qtui/settingspages/appearancesettingspage.h +++ b/src/qtui/settingspages/appearancesettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -53,7 +53,9 @@ private: bool testHasChanged(); void initStyleComboBox(); void initLanguageComboBox(); + void initIconThemeComboBox(); QLocale selectedLocale() const; + QString selectedIconTheme() const; Ui::AppearanceSettingsPage ui; QHash settings;