Changeset 154 for smplayer/vendor/current/src/preferencesdialog.h
- Timestamp:
- Feb 21, 2014, 4:44:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferencesdialog.h
r140 r154 41 41 class PrefPlaylist; 42 42 class PrefTV; 43 class PrefUpdates; 43 44 class PrefAssociations; 44 45 … … 62 63 PrefAdvanced * mod_advanced() { return page_advanced; }; 63 64 PrefPlaylist * mod_playlist() { return page_playlist; }; 65 PrefUpdates * mod_updtes() { return page_updates; }; 64 66 65 67 void addSection(PrefWidget *w); … … 100 102 PrefPlaylist * page_playlist; 101 103 PrefTV * page_tv; 104 PrefUpdates * page_updates; 102 105 PrefAdvanced * page_advanced; 103 106 104 107 #if USE_ASSOCIATIONS 105 PrefAssociations* page_associations; 108 PrefAssociations* page_associations; 106 109 #endif 107 110
Note:
See TracChangeset
for help on using the changeset viewer.