Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/mplayerwindow.h

    r176 r181  
    108108public slots:
    109109        //! Should be called when a file has started.
    110     /*! It's needed to know if the background has to be cleared or not. */
     110        /*! It's needed to know if the background has to be cleared or not. */
    111111        virtual void playingStarted();
    112112        //! Should be called when a file has stopped.
    113113        virtual void playingStopped();
    114 
    115 #if REPAINT_BACKGROUND_OPTION
    116 protected:
    117         virtual void paintEvent ( QPaintEvent * e );
    118 #endif
    119114
    120115private:
Note: See TracChangeset for help on using the changeset viewer.