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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Lorenzo Villani <lvillani () binaryhelix ! net>
Date:       2008-08-22 19:11:32
Message-ID: 1219432292.462819.16682.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851030 by villani:

Use Q_UNUSED(x)
CCMAIL:staniek@kde.org

 M  +5 -2      alter.cpp  


--- trunk/koffice/kexi/kexidb/alter.cpp #851029:851030
@@ -230,9 +230,12 @@
     return dict;
 }
 
-static void debugAction(AlterTableHandler::ActionBase *action, int /*nestingLevel*/,
-                        bool /*simulate*/, const QString& prependString = QString(), \
QString * debugTarget = 0) +static void debugAction(AlterTableHandler::ActionBase \
*action, int nestingLevel, +                        bool simulate, const QString& \
prependString = QString(), QString * debugTarget = 0)  {
+    Q_UNUSED(simulate);
+    Q_UNUSED(nestingLevel);
+    
     QString debugString;
     if (!debugTarget)
         debugString = prependString;


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

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