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

List:       kde-commits
Subject:    KDE/kdebase/workspace/ksplash/kcm
From:       Laurent Montel <montel () kde ! org>
Date:       2008-08-02 19:25:35
Message-ID: 1217705135.481258.26363.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 841212 by mlaurent:

Add const


 M  +1 -1      installer.cpp  


--- trunk/KDE/kdebase/workspace/ksplash/kcm/installer.cpp #841211:841212
@@ -232,7 +232,7 @@
   // Find first directory entry.
   QStringList entries = ad->entries();
   QStringList themeNames;
-  foreach(QString s, entries)
+  foreach(const QString& s, entries)
   {
     if( ad->entry(s)->isDirectory() )
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

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