Changeset 186 for smplayer/vendor/current/src/basegui.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/basegui.h
r179 r186 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 … … 570 575 #endif 571 576 MyAction * showConfigAct; 572 #ifdef SHARE_ACTIONS573 577 MyAction * donateAct; 574 #endif575 578 MyAction * aboutThisAct; 576 579
Note:
See TracChangeset
for help on using the changeset viewer.