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

List:       kde-commits
Subject:    KDE/kdesdk/kate/plugins/filebrowser
From:       Laurent Montel <montel () kde ! org>
Date:       2010-10-28 7:33:02
Message-ID: 20101028073302.6CA23AC89A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1190577 by mlaurent:

const'ify


 M  +1 -1      katefilebrowser.cpp  


--- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefilebrowser.cpp #1190576:1190577
@@ -136,7 +136,7 @@
   m_toolbar->clear();
 
   // now add all actions to the toolbar
-  foreach (QString it, actions)
+  foreach (const QString& it, actions)
   {
     QAction *ac = 0;
     if (it.isEmpty()) continue;
[prev in list] [next in list] [prev in thread] [next in thread] 

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