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

List:       kde-commits
Subject:    kdeplayground-multimedia/daap/kioslave
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2005-03-14 20:31:01
Message-ID: 20050314203101.36EAF17B90 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

Fix automated test finds


  M +2 -2      daap.cpp   1.2


--- kdeplayground-multimedia/daap/kioslave/daap.cpp  #1.1:1.2
@@ -47,5 +47,5 @@ void DaapProtocol::setHost(const QString
         const QString& /* user */, const QString& pass) {
 
-        if((host != "") && (host != QString::null)) {
+        if( !host.isEmpty() ) {
                 DaapClientSlave::setHost(host, pass, port);
                 if( !login() )
@@ -154,5 +154,5 @@ void DaapProtocol::stat(const KURL& url 
         }
 
-        qDebug("\npath size: %d\n", pathList.size());
+        kdDebug() << "\npath size: " << pathList.size() << endl;
         switch(pathList.size()) {
                 case 0:


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

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