summaryrefslogtreecommitdiff
path: root/src/mplayerwindow.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-07-05 19:43:17 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-07-05 19:43:17 +0200
commit7b04f55feb0d50e03d013b2be0ec555d363a40b2 (patch)
tree589da3860728c7328161810e8893d7dbe6e664a0 /src/mplayerwindow.h
parent42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (diff)
Imported Upstream version 16.7.0~ds0
Diffstat (limited to 'src/mplayerwindow.h')
-rw-r--r--src/mplayerwindow.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mplayerwindow.h b/src/mplayerwindow.h
index 12dd53b..6039939 100644
--- a/src/mplayerwindow.h
+++ b/src/mplayerwindow.h
@@ -107,16 +107,11 @@ public:
public slots:
//! Should be called when a file has started.
- /*! It's needed to know if the background has to be cleared or not. */
+ /*! It's needed to know if the background has to be cleared or not. */
virtual void playingStarted();
//! Should be called when a file has stopped.
virtual void playingStopped();
-#if REPAINT_BACKGROUND_OPTION
-protected:
- virtual void paintEvent ( QPaintEvent * e );
-#endif
-
private:
#if REPAINT_BACKGROUND_OPTION
bool repaint_background;