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

List:       kde-commits
Subject:    koffice/kword/plugins/scripting
From:       Laurent Montel <montel () kde ! org>
Date:       2010-10-28 11:47:02
Message-ID: 20101028114702.09631AC899 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1190635 by mlaurent:

const'ify


 M  +1 -1      Module.cpp  


--- trunk/koffice/kword/plugins/scripting/Module.cpp #1190634:1190635
@@ -92,7 +92,7 @@
 QStringList Module::shapeKeys()
 {
     QStringList keys;
-    foreach(QString key, KoShapeRegistry::instance()->keys())
+    foreach(const QString &key, KoShapeRegistry::instance()->keys())
     keys.append(key);
     return keys;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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