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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/containmentactions/applauncher
From:       Laurent Montel <montel () kde ! org>
Date:       2009-08-18 6:58:48
Message-ID: 1250578728.117293.3694.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1012820 by mlaurent:

const'ify


 M  +1 -1      launch.cpp  


--- trunk/KDE/kdebase/workspace/plasma/containmentactions/applauncher/launch.cpp #1012819:1012820
@@ -64,7 +64,7 @@
 
     //add the whole kmenu
     Plasma::DataEngine::Data app = dataEngine("apps")->query("/");
-    QStringList sources = app.value("entries").toStringList();
+    const QStringList sources = app.value("entries").toStringList();
     foreach (const QString &source, sources) {
         addApp(&desktopMenu, source);
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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