Changeset 188 for smplayer/trunk/src/basegui.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/basegui.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/basegui.h
r182 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 74 74 #endif 75 75 76 77 78 79 76 80 class BaseGui : public QMainWindow 77 81 { 78 Q_OBJECT79 82 Q_OBJECT 83 80 84 public: 81 85 BaseGui( QWidget* parent = 0, Qt::WindowFlags flags = 0 ); … … 126 130 virtual void helpCLOptions(); 127 131 virtual void helpCheckUpdates(); 128 #ifdef SHARE_ACTIONS129 132 virtual void helpDonate(); 133 134 130 135 #endif 131 136 virtual void helpShowConfig(); … … 241 246 #endif 242 247 243 #if defined(SHARE_ACTIONS) && !defined(SHARE_WIDGET)248 #if 244 249 void checkReminder(); 245 250 #endif … … 572 577 #endif 573 578 MyAction * showConfigAct; 574 #ifdef SHARE_ACTIONS575 579 MyAction * donateAct; 576 #endif577 580 MyAction * aboutThisAct; 578 581
Note:
See TracChangeset
for help on using the changeset viewer.
