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

List:       kde-commits
Subject:    playground/office/kmymoney/kmymoney/mymoney/storage
From:       Cristian OneČ› <onet.cristian () gmail ! com>
Date:       2009-11-16 18:08:26
Message-ID: 1258394906.970178.30775.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1050128 by conet:

Fix krazy warning.

 M  +1 -1      mymoneystoragesql.cpp  


--- trunk/playground/office/kmymoney/kmymoney/mymoney/storage/mymoneystoragesql.cpp #1050127:1050128
@@ -2687,7 +2687,7 @@
   q.prepare(queryString);
 
   int i = 0;
-  foreach (QString bindVal, idList) {
+  foreach (const QString& bindVal, idList) {
     q.bindValue (QString(":id%1").arg(i), bindVal);
     returnValue[bindVal] = MyMoneyMoney(0);
     ++i;
[prev in list] [next in list] [prev in thread] [next in thread] 

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