Changeset 188 for smplayer/trunk/src/basegui.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/basegui.h
r182 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 … … 74 74 #endif 75 75 76 #ifndef SHARE_WIDGET 77 #define DONATE_REMINDER 78 #endif 79 76 80 class BaseGui : public QMainWindow 77 81 { 78 79 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 #ifndef SHARE_ACTIONS 134 void showHelpDonateDialog(bool * accepted = 0); 130 135 #endif 131 136 virtual void helpShowConfig(); … … 241 246 #endif 242 247 243 #if defined(SHARE_ACTIONS) && !defined(SHARE_WIDGET)248 #ifdef DONATE_REMINDER 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.