Reorganize UI theme selection

This commit is contained in:
Prince Gupta 2020-01-12 16:44:58 +05:30
parent 99c002ae27
commit c9e162cf8a
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
};