diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-12 14:04:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-12 14:04:33 +0000 |
| commit | eb25fd643c963cf73bb76bae8c35c0b9ce87888f (patch) | |
| tree | ddff861fcf9323d762ab9ee369ee3fc19ebb0438 /src/mainvisual.h | |
| parent | b8748180522306de90b6cf1af0efb7fd0a7f6a8a (diff) | |
| download | qmmp-eb25fd643c963cf73bb76bae8c35c0b9ce87888f.tar.gz qmmp-eb25fd643c963cf73bb76bae8c35c0b9ce87888f.tar.bz2 qmmp-eb25fd643c963cf73bb76bae8c35c0b9ce87888f.zip | |
reduced wakeups number
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@83 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/mainvisual.h')
| -rw-r--r-- | src/mainvisual.h | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |
