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

SMPlayer: update vendor to 17.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/basegui.h

    r179 r186  
    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
     
    570575#endif
    571576        MyAction * showConfigAct;
    572 #ifdef SHARE_ACTIONS
    573577        MyAction * donateAct;
    574 #endif
    575578        MyAction * aboutThisAct;
    576579
Note: See TracChangeset for help on using the changeset viewer.