summarylogtreecommitdiffstats
path: root/cast-bug.patch
blob: bd7a6895db1e1e311fef4195d98a2e4604b8e7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- lastfm-desktop-2.1.30/app/client/Services/RadioService/RadioService.cpp
+++ lastfm-desktop-2.1.30/app/client/Services/RadioService/RadioService.cpp
@@ -309,7 +309,7 @@
 void
 RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State oldstate )
 {
-    qDebug() << oldstate << " -> " << newstate;
+    qDebug() << (int)oldstate << " -> " << (int)newstate;
     if (m_mediaObject == 0) {
         qDebug() << "m_mediaObject is null!";
         return;