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

List:       kde-commits
Subject:    KDE/kdebase/workspace/systemsettings
From:       Ben Cooksley <bcooksley () kde ! org>
Date:       2010-09-24 20:15:10
Message-ID: 20100924201510.025F0AC891 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1179199 by bcooksley:

Don't output debug output using kWarning.
BUG: 252229

 M  +1 -1      app/SettingsBase.cpp  
 M  +2 -2      classic/CategoryList.cpp  


--- trunk/KDE/kdebase/workspace/systemsettings/app/SettingsBase.cpp #1179198:1179199
@@ -90,7 +90,7 @@
             const KService::Ptr entry = modules.at(i);
             MenuItem * infoItem = new MenuItem(false, lostFound);
             infoItem->setService( entry );
-            kWarning() << "Added " << entry->name();
+            kDebug() << "Added " << entry->name();
         }
     }
 
--- trunk/KDE/kdebase/workspace/systemsettings/classic/CategoryList.cpp \
#1179198:1179199 @@ -104,7 +104,7 @@
         MenuItem *childItem = d->itemModel->data( childIndex, Qt::UserRole \
).value<MenuItem*>();  KUrl link( "kcm://" );
         link.setFileName( childItem->item().fileName() );
-        kWarning() << childItem->name() << childItem->item().fileName() << \
link.url(); +        kDebug() << childItem->name() << childItem->item().fileName() << \
link.url();  const QString szLink = "<a href=\"" + link.url() + "\" >";
         content += "<tr><td class=\"kc_leftcol\">" + szLink + "<img src=\"%1\" \
width=\"24\" height=\"24\"></a></td><td class=\"kc_middlecol\">";  const QString \
szName = childItem->name(); @@ -129,7 +129,7 @@
 void CategoryList::slotModuleLinkClicked( const KUrl& moduleName ) 
 {
     QModelIndex module = d->itemMap.value( moduleName.url() );
-    kWarning() << "Link name: " + moduleName.url();
+    kDebug() << "Link name: " + moduleName.url();
     emit moduleSelected( module );
 }
 


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

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