summaryrefslogtreecommitdiff
path: root/noncore
authorharlekin <harlekin>2002-08-03 13:24:19 (UTC)
committer harlekin <harlekin>2002-08-03 13:24:19 (UTC)
commitd3c13036415713932f1706e46fa7c99ef38188df (patch) (unidiff)
tree26c940287edab58089491d09896e97eb4e96bddf /noncore
parentc703646da474df28651ec49d5d649d07f994c614 (diff)
downloadopie-d3c13036415713932f1706e46fa7c99ef38188df.zip
opie-d3c13036415713932f1706e46fa7c99ef38188df.tar.gz
opie-d3c13036415713932f1706e46fa7c99ef38188df.tar.bz2
update
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/xinecontrol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/xinecontrol.cpp b/noncore/multimedia/opieplayer2/xinecontrol.cpp
index cc1a608..878cd4a 100644
--- a/noncore/multimedia/opieplayer2/xinecontrol.cpp
+++ b/noncore/multimedia/opieplayer2/xinecontrol.cpp
@@ -103,2 +103,3 @@ int XineControl::currentTime() {
103 return m_currentTime; 103 return m_currentTime;
104 QTimer::singleShot( 1000, this, SLOT( currentTime() ) );
104} 105}
@@ -116,2 +117,3 @@ long XineControl::position() {
116 emit positionChanged( emitPos ); 117 emit positionChanged( emitPos );
118 // needs to be stopped the media is stopped
117 QTimer::singleShot( 1000, this, SLOT( position() ) ); 119 QTimer::singleShot( 1000, this, SLOT( position() ) );