summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/3rdparty/phonon/mmf/abstractmediaplayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp b/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
index 703590b..4bfd839 100644
--- a/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
+++ b/src/3rdparty/phonon/mmf/abstractmediaplayer.cpp
@@ -180,6 +180,7 @@ Phonon::ErrorType MMF::AbstractMediaPlayer::errorType() const
{
const Phonon::ErrorType result = (ErrorState == m_state)
? m_error : NoError;
+ return result;
}
QString MMF::AbstractMediaPlayer::errorString() const