Reorganize UI theme selection

This commit is contained in:
Prince Gupta
2020-01-12 16:44:58 +05:30
committed by sledgehammer999
parent db258f7461
commit 06c09f0113
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
};