summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinecontrol.h
authorharlekin <harlekin>2002-07-09 14:00:53 (UTC)
committer harlekin <harlekin>2002-07-09 14:00:53 (UTC)
commitf9e07dc2c8e489c48debb31a6ae5afd46b77faee (patch) (unidiff)
treea35a5d7eb9cf1e9f1e3f2dfb1e7086929b27636d /noncore/multimedia/opieplayer2/xinecontrol.h
parent87bb55055c826b6c75d4a66a7ff6e21058cf6361 (diff)
downloadopie-f9e07dc2c8e489c48debb31a6ae5afd46b77faee.zip
opie-f9e07dc2c8e489c48debb31a6ae5afd46b77faee.tar.gz
opie-f9e07dc2c8e489c48debb31a6ae5afd46b77faee.tar.bz2
fullscreen toogle connected
Diffstat (limited to 'noncore/multimedia/opieplayer2/xinecontrol.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/xinecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/xinecontrol.h b/noncore/multimedia/opieplayer2/xinecontrol.h
index aab00cd..145cd0c 100644
--- a/noncore/multimedia/opieplayer2/xinecontrol.h
+++ b/noncore/multimedia/opieplayer2/xinecontrol.h
@@ -13,13 +13,13 @@ public:
13 ~XineControl(); 13 ~XineControl();
14 14
15public slots: 15public slots:
16 void play( const QString& fileName ); 16 void play( const QString& fileName );
17 void stop( bool ); 17 void stop( bool );
18 void pause( bool ); 18 void pause( bool );
19 19 void setFullscreen( bool );
20 int currentTime(); 20 int currentTime();
21 21
22 // get length of media file and set it 22 // get length of media file and set it
23 void length(); 23 void length();
24 24
25 int position(); 25 int position();