[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon/xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2008-08-10 20:09:13
Message-ID: 1218398953.686569.11052.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 844874 by mkretz:

make sure operator<< uses the right overload

 M  +2 -2      xinethread.cpp  


--- trunk/KDE/kdebase/runtime/phonon/xine/xinethread.cpp #844873:844874
@@ -115,13 +115,13 @@
         {
             RewireEvent *ev = static_cast<RewireEvent *>(e);
             foreach (WireCall unwire, ev->unwireCalls) {
-                kDebug(610) << "     " << unwire.source << " XX " << unwire.sink;
+                kDebug(610) << "     " << unwire.source.data() << " XX " << unwire.sink.data();
                 unwire.sink->assert();
                 unwire.source->assert();
                 unwire.source->m_xtSink = 0;
             }
             foreach (WireCall wire, ev->wireCalls) {
-                kDebug(610) << "     " << wire.source << " -> " << wire.sink;
+                kDebug(610) << "     " << wire.source.data() << " -> " << wire.sink.data();
                 wire.sink->assert();
                 wire.source->assert();
                 wire.source->m_xtSink = wire.sink;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic