Switch to unified view

a/HelperStructs/CSettingsStorage.h b/HelperStructs/CSettingsStorage.h
...
...
77
    GENDEC_VARIABLE(PlaylistNumbers, bool, Bool);
77
    GENDEC_VARIABLE(PlaylistNumbers, bool, Bool);
78
    GENDEC_VARIABLE(NotifyNewVersion, bool,  Bool);
78
    GENDEC_VARIABLE(NotifyNewVersion, bool,  Bool);
79
    GENDEC_VARIABLE(PlayerUID, QString, String);
79
    GENDEC_VARIABLE(PlayerUID, QString, String);
80
    GENDEC_VARIABLE(LoadPlaylist, bool, Bool);
80
    GENDEC_VARIABLE(LoadPlaylist, bool, Bool);
81
    GENDEC_VARIABLE(SplitterState, QByteArray, ByteArray);
81
    GENDEC_VARIABLE(SplitterState, QByteArray, ByteArray);
82
    // 0 no sort, 1 minim sortbyfn, 2 use criteria
82
    enum SortKinds {SK_NOSORT=0, SK_MINIMFNORDER=1, SK_CUSTOM=2};
83
    GENDEC_VARIABLE(SortKind, int, Int);
83
    GENDEC_VARIABLE(SortKind, int, Int);
84
    GENDEC_VARIABLE(SortCrits, QStringList, StringList);
84
    GENDEC_VARIABLE(SortCrits, QStringList, StringList);
85
    // Special cases
85
    // Special cases
86
    void setPlaylistMode(const Playlist_Mode&);
86
    void setPlaylistMode(const Playlist_Mode&);
87
    Playlist_Mode getPlaylistMode();
87
    Playlist_Mode getPlaylistMode();