Merge pull request #11088 from jagannatharjun/organize-style

Reorganize UI theme selection
This commit is contained in:
Vladimir Golovnev
2020-01-20 06:56:54 +03:00
committed by GitHub
5 changed files with 72 additions and 103 deletions

View File

@@ -69,9 +69,7 @@ private:
QLineEdit m_lineEditAnnounceIP;
// OS dependent settings
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS))
QCheckBox m_checkBoxUseIconTheme;
#elif defined(Q_OS_WIN)
#if defined(Q_OS_WIN)
QComboBox m_comboBoxOSMemoryPriority;
#endif
};