Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (9 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 <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    7474#endif
    7575
     76
     77
     78
     79
    7680class BaseGui : public QMainWindow
    7781{
    78     Q_OBJECT
    79    
     82Q_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
     134
    130135#endif
    131136        virtual void helpShowConfig();
     
    241246#endif
    242247
    243 #if defined(SHARE_ACTIONS) && !defined(SHARE_WIDGET)
     248#if
    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.