author | llornkcor <llornkcor> | 2002-08-20 12:32:06 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-08-20 12:32:06 (UTC) |
commit | ec61d92a7ea43e517d38d26af71164d0fd70d16c (patch) (unidiff) | |
tree | 53464e7755944a00ff3c4f282abd235a5225dac9 | |
parent | 41fe19a4e2e808d48429c84f4b7dd6b9af797ead (diff) | |
download | opie-ec61d92a7ea43e517d38d26af71164d0fd70d16c.zip opie-ec61d92a7ea43e517d38d26af71164d0fd70d16c.tar.gz opie-ec61d92a7ea43e517d38d26af71164d0fd70d16c.tar.bz2 |
need to still write playerstate to config
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.cpp | 3 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayerstate.h | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.cpp b/noncore/multimedia/opieplayer2/mediaplayer.cpp index 5503705..603d426 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.cpp +++ b/noncore/multimedia/opieplayer2/mediaplayer.cpp | |||
@@ -296,3 +296,4 @@ void MediaPlayer::cleanUp() {// this happens on closing | |||
296 | Config cfg( "OpiePlayer" ); | 296 | Config cfg( "OpiePlayer" ); |
297 | playList->writeConfig( cfg ); | 297 | mediaPlayerState->writeConfig( cfg ); |
298 | playList->writeConfig( cfg ); | ||
298 | 299 | ||
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h index b3431d7..215a2a8 100644 --- a/noncore/multimedia/opieplayer2/mediaplayerstate.h +++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h | |||
@@ -96,2 +96,4 @@ public slots: | |||
96 | void toggleBlank(); | 96 | void toggleBlank(); |
97 | void writeConfig( Config& cfg ) const; | ||
98 | |||
97 | 99 | ||
@@ -127,4 +129,2 @@ private: | |||
127 | void readConfig( Config& cfg ); | 129 | void readConfig( Config& cfg ); |
128 | void writeConfig( Config& cfg ) const; | ||
129 | |||
130 | 130 | ||