Changeset 135 for smplayer/trunk/src/mplayerwindow.h
- Timestamp:
- Oct 24, 2012, 8:25:23 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 133
- Property svn:mergeinfo changed
-
smplayer/trunk/src/mplayerwindow.h
r124 r135 164 164 virtual bool eventFilter( QObject * watched, QEvent * event ); 165 165 166 #if LOGO_ANIMATION 167 bool animatedLogo() { return animated_logo; } 168 #endif 169 166 170 public slots: 167 171 void setLogoVisible(bool b); 168 172 void showLogo() { setLogoVisible(true); }; 169 173 void hideLogo() { setLogoVisible(false); }; 174 175 #if LOGO_ANIMATION 176 void setAnimatedLogo(bool b) { animated_logo = b; }; 177 #endif 170 178 171 179 void moveLeft(); … … 226 234 QTimer * resize_timer; 227 235 #endif 236 237 #if LOGO_ANIMATION 238 bool animated_logo; 239 #endif 228 240 }; 229 241
Note:
See TracChangeset
for help on using the changeset viewer.