diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-10 03:27:03 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-10 03:27:03 (GMT) |
commit | 17ed3f3c55b0510d8a53de1331bf1fb33c58e4ce (patch) | |
tree | d82d65dfff785ed8fe018fc93bbdccae7d92a149 /src | |
parent | 331af4d007cc57f6bbb5e2afa5574b670eda0f6d (diff) | |
download | Qt-17ed3f3c55b0510d8a53de1331bf1fb33c58e4ce.zip Qt-17ed3f3c55b0510d8a53de1331bf1fb33c58e4ce.tar.gz Qt-17ed3f3c55b0510d8a53de1331bf1fb33c58e4ce.tar.bz2 |
Remove an unimplementable TODO.
MvpuoPrepareComplete()'s TInt aError doesn't map to Phonon::ErrorType.
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/phonon/mmf/videoplayer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/videoplayer.cpp b/src/3rdparty/phonon/mmf/videoplayer.cpp index c18af9c..0d98256 100644 --- a/src/3rdparty/phonon/mmf/videoplayer.cpp +++ b/src/3rdparty/phonon/mmf/videoplayer.cpp @@ -248,7 +248,6 @@ void MMF::VideoPlayer::MvpuoPrepareComplete(TInt aError) emit totalTimeChanged(totalTime()); changeState(StoppedState); } else { - // TODO: set different error states according to value of aError? setError(NormalError); } |