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

List:       kde-commits
Subject:    KDE/kdebase/konqueror/keditbookmarks
From:       Daniel Teske <teske () squorn ! de>
Date:       2005-08-23 3:49:51
Message-ID: 1124768991.791014.27765.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 452349 by teske:

Make g++ not complain about a few unused function arguments.



 M  +3 -2      bookmarkinfo.cpp  
 M  +2 -0      commands.cpp  
 M  +1 -0      favicons.cpp  


--- trunk/KDE/kdebase/konqueror/keditbookmarks/bookmarkinfo.cpp #452348:452349
@@ -156,6 +156,7 @@
 {
     if (m_bk.isNull() || !m_title_le->isModified())
         return;
+    Q_UNUSED(str);
 
 //     timer->start(1000, true);
 
@@ -185,7 +186,7 @@
 void BookmarkInfoWidget::slotTextChangedURL(const QString &str) {
     if (m_bk.isNull() || !m_url_le->isModified())
         return;
-
+    Q_UNUSED(str);
 //     timer->start(1000, true);
 
 //     if(urlcmd)
@@ -216,7 +217,7 @@
 void BookmarkInfoWidget::slotTextChangedComment(const QString &str) {
     if (m_bk.isNull() || !m_comment_le->isModified())
         return;
-
+    Q_UNUSED(str);
 //     timer->start(1000, true);
 
 //     if(commentcmd)
--- trunk/KDE/kdebase/konqueror/keditbookmarks/commands.cpp #452348:452349
@@ -594,6 +594,8 @@
         const QString &newAddress, bool copy) {
     KEBMacroCommand *mcmd = new KEBMacroCommand(copy ? i18n("Copy Items") 
             : i18n("Move Items"));
+    Q_UNUSED(items);
+    Q_UNUSED(newAddress);
 //FIXME rewrite CmdGen::itemsMoved
 //     Q3ValueList<KBookmark> list = ListView::self()->itemsToBookmarks( items );
 //     Q3ValueList<KBookmark>::const_iterator it, end;
--- trunk/KDE/kdebase/konqueror/keditbookmarks/favicons.cpp #452348:452349
@@ -73,6 +73,7 @@
 void FavIconsItr::slotDone(bool succeeded) {
     // kdDebug() << "FavIconsItr::slotDone()" << endl;
     //FIXME curItem()->setTmpStatus(succeeded ? i18n("OK") : i18n("No favicon found"));
+    Q_UNUSED(succeeded);
     holder()->addAffectedBookmark(KBookmark::parentAddress(curBk().address()));
     delayedEmitNextOne();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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