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

List:       kde-commits
Subject:    playground/pim/videocatcher/src
From:       Jonas Emanuel Müller <zanoi () zanoi ! net>
Date:       2010-05-20 1:16:59
Message-ID: 20100520011659.E1DFEAC8BB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1128697 by jonasemuller:

fix some build errors on older systems

 M  +1 -0      mainwindowkde.cpp  
 M  +1 -1      syndicationloader.cpp  


--- trunk/playground/pim/videocatcher/src/mainwindowkde.cpp #1128696:1128697
@@ -46,6 +46,7 @@
 #include <KComponentData>
 #include <KMenu>
 #include <KFileDialog>
+#include <KStandardShortcut>
 
 #if KDE_IS_VERSION(4,4,0)
 #include <KStatusNotifierItem>
--- trunk/playground/pim/videocatcher/src/syndicationloader.cpp #1128696:1128697
@@ -82,7 +82,7 @@
             
             QList<Syndication::EnclosurePtr> enclosures = item->enclosures(); 
               
-            if (enclosures.length() == 0) {
+            if (enclosures.count() == 0) {
                 qDebug() << "Found no enclosures. This seems to be a non-multimedia item";
             } else {
                 foreach(enclosure, enclosures) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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