Changeset 188 for smplayer/trunk/src/prefinterface.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefinterface.h
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 37 37 virtual QPixmap sectionIcon(); 38 38 39 40 39 // Pass data to the dialog 40 void setData(Preferences * pref); 41 41 42 43 42 // Apply changes 43 void getData(Preferences * pref); 44 44 45 45 bool languageChanged() { return language_changed; }; … … 47 47 bool guiChanged() { return gui_changed; } 48 48 bool styleChanged() { return style_changed; }; 49 bool fontChanged(){ return font_changed; }; 49 50 bool recentsChanged() { return recents_changed; }; 50 51 bool urlMaxChanged() { return url_max_changed; }; … … 156 157 bool gui_changed; 157 158 bool style_changed; 159 bool font_changed; 158 160 bool recents_changed; 159 161 bool url_max_changed;
Note:
See TracChangeset
for help on using the changeset viewer.