From eb25fd643c963cf73bb76bae8c35c0b9ce87888f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Aug 2007 14:04:33 +0000 Subject: reduced wakeups number git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@83 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mainvisual.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainvisual.h') diff --git a/src/mainvisual.h b/src/mainvisual.h index 043a0154b..d1349b3ca 100644 --- a/src/mainvisual.h +++ b/src/mainvisual.h @@ -130,6 +130,10 @@ public: void setFrameRate( int newfps ); int frameRate() const { return fps; } +protected: + void hideEvent ( QHideEvent *); + void showEvent ( QShowEvent *); + public slots: void timeout(); -- cgit v1.2.3-13-gbd6f