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

List:       kde-commits
Subject:    KDE/kdewebdev/quanta
From:       Matt Rogers <mattr () kde ! org>
Date:       2009-09-23 3:41:51
Message-ID: 1253677311.139926.14444.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1026981 by mattr:

remove unused variable warnings

 M  +1 -0      lib/tagpair.h  
 M  +1 -1      quantacore/quantacorepart.cpp  


--- trunk/KDE/kdewebdev/quanta/lib/tagpair.h #1026980:1026981
@@ -73,6 +73,7 @@
    */
   static TagPair createLinkTag(const QString & ref)
     {
+      Q_UNUSED(ref)
 #if 0      
       return TagPair(Tag::convertCase("<a ") + TagAttr::convertCase("href=") + \
TagAttr::quoteAttributeValue(ref) + ">", Tag::convertCase("</a>"));  #endif    
--- trunk/KDE/kdewebdev/quanta/quantacore/quantacorepart.cpp #1026980:1026981
@@ -119,7 +119,7 @@
 
 void QuantaCorePart::initActions()
 {
-  KActionCollection *ac = actionCollection();
+
     KAction *newAct  = new KAction(i18n("&Quanta Homepage"), this);
     actionCollection()->addAction("help_homepage", newAct );
   connect(newAct, SIGNAL(triggered(bool)), SLOT(slotHelpHomepage()));


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

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