author | llornkcor <llornkcor> | 2002-05-13 13:36:02 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-13 13:36:02 (UTC) |
commit | 0a765726bcd937d2252d2004e266b799bada7266 (patch) (unidiff) | |
tree | 0dd4a6906957dc7befaf6aa4932265b68da620ca | |
parent | 97882a58639641376c9e5e1b1ba3fdedd6917fb3 (diff) | |
download | opie-0a765726bcd937d2252d2004e266b799bada7266.zip opie-0a765726bcd937d2252d2004e266b799bada7266.tar.gz opie-0a765726bcd937d2252d2004e266b799bada7266.tar.bz2 |
add keypressevent declaration
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.h b/core/multimedia/opieplayer/playlistwidget.h index c07d4f8..778e3ee 100644 --- a/core/multimedia/opieplayer/playlistwidget.h +++ b/core/multimedia/opieplayer/playlistwidget.h | |||
@@ -60,24 +60,25 @@ public: | |||
60 | int fd; | 60 | int fd; |
61 | public slots: | 61 | public slots: |
62 | bool first(); | 62 | bool first(); |
63 | bool last(); | 63 | bool last(); |
64 | bool next(); | 64 | bool next(); |
65 | bool prev(); | 65 | bool prev(); |
66 | /* void setFullScreen(); */ | 66 | /* void setFullScreen(); */ |
67 | /* void setScaled(); */ | 67 | /* void setScaled(); */ |
68 | protected: | 68 | protected: |
69 | /* void contentsMousePressEvent( QMouseEvent * e ); */ | 69 | /* void contentsMousePressEvent( QMouseEvent * e ); */ |
70 | /* void contentsMouseReleaseEvent( QMouseEvent * e ); */ | 70 | /* void contentsMouseReleaseEvent( QMouseEvent * e ); */ |
71 | void keyReleaseEvent( QKeyEvent *e); | 71 | void keyReleaseEvent( QKeyEvent *e); |
72 | void keyPressEvent( QKeyEvent *e); | ||
72 | private: | 73 | private: |
73 | void doBlank(); | 74 | void doBlank(); |
74 | void doUnblank(); | 75 | void doUnblank(); |
75 | void readm3u(const QString &); | 76 | void readm3u(const QString &); |
76 | void writem3u(const QString &); | 77 | void writem3u(const QString &); |
77 | void readPls(const QString &); | 78 | void readPls(const QString &); |
78 | 79 | ||
79 | 80 | ||
80 | void initializeStates(); | 81 | void initializeStates(); |
81 | void readConfig( Config& cfg ); | 82 | void readConfig( Config& cfg ); |
82 | void writeConfig( Config& cfg ) const; | 83 | void writeConfig( Config& cfg ) const; |
83 | PlayListWidgetPrivate *d; // Private implementation data | 84 | PlayListWidgetPrivate *d; // Private implementation data |