mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-14 17:47:21 +01:00
Oxygen icon theme now fall-back for windows
This commit is contained in:
parent
d83d88fc98
commit
c507c8a31c
@ -20,7 +20,13 @@ void ThemeFactory::setupSearchPaths() {
|
||||
// TODO: Load currently selected "real" icon theme name instead of
|
||||
// Qt default "", which stands for currently active system icon theme name.
|
||||
QString ThemeFactory::getSystemIconTheme() {
|
||||
#if defined(Q_OS_LINUX)
|
||||
return QString();
|
||||
#else
|
||||
// It is expected that oxygen is provided as fall-back theme for
|
||||
// windows edition of RSS Guard.
|
||||
return "oxygen";
|
||||
#endif
|
||||
}
|
||||
|
||||
QString ThemeFactory::getCurrentIconTheme() {
|
||||
|
Loading…
Reference in New Issue
Block a user