Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/basegui.h

    r182 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    7474#endif
    7575
     76#ifndef SHARE_WIDGET
     77#define DONATE_REMINDER
     78#endif
     79
    7680class BaseGui : public QMainWindow
    7781{
    78     Q_OBJECT
    79    
     82        Q_OBJECT
     83
    8084public:
    8185        BaseGui( QWidget* parent = 0, Qt::WindowFlags flags = 0 );
     
    126130        virtual void helpCLOptions();
    127131        virtual void helpCheckUpdates();
    128 #ifdef SHARE_ACTIONS
    129132        virtual void helpDonate();
     133#ifndef SHARE_ACTIONS
     134        void showHelpDonateDialog(bool * accepted = 0);
    130135#endif
    131136        virtual void helpShowConfig();
     
    241246#endif
    242247
    243 #if defined(SHARE_ACTIONS) && !defined(SHARE_WIDGET)
     248#ifdef DONATE_REMINDER
    244249        void checkReminder();
    245250#endif
     
    572577#endif
    573578        MyAction * showConfigAct;
    574 #ifdef SHARE_ACTIONS
    575579        MyAction * donateAct;
    576 #endif
    577580        MyAction * aboutThisAct;
    578581
Note: See TracChangeset for help on using the changeset viewer.