settings: Organize page enums by category.
This commit is contained in:
parent
89831f8dca
commit
01be9f196a
@ -60,24 +60,29 @@ class SettingsDialog : public QDialog {
|
||||
~SettingsDialog();
|
||||
|
||||
enum Page {
|
||||
// General
|
||||
Page_Playback,
|
||||
Page_Behaviour,
|
||||
Page_Library,
|
||||
Page_BackgroundStreams,
|
||||
Page_Proxy,
|
||||
Page_Transcoding,
|
||||
Page_NetworkRemote,
|
||||
Page_Wiimotedev,
|
||||
|
||||
// User interface
|
||||
Page_SongInformation,
|
||||
Page_GlobalShortcuts,
|
||||
Page_GlobalSearch,
|
||||
Page_Appearance,
|
||||
Page_NetworkRemote,
|
||||
Page_Notifications,
|
||||
Page_Library,
|
||||
|
||||
// Internet services
|
||||
Page_InternetShow,
|
||||
Page_Lastfm,
|
||||
Page_Spotify,
|
||||
Page_Magnatune,
|
||||
Page_DigitallyImported,
|
||||
Page_BackgroundStreams,
|
||||
Page_Proxy,
|
||||
Page_Transcoding,
|
||||
Page_Remote,
|
||||
Page_Wiimotedev,
|
||||
Page_Subsonic,
|
||||
Page_Podcasts,
|
||||
Page_GoogleDrive,
|
||||
@ -85,7 +90,6 @@ class SettingsDialog : public QDialog {
|
||||
Page_Skydrive,
|
||||
Page_Box,
|
||||
Page_Seafile,
|
||||
Page_InternetShow,
|
||||
Page_AmazonCloudDrive,
|
||||
Page_RadioBrowser,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user