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

List:       kde-commits
Subject:    KDE/kdelibs/plasma/scripting
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2011-01-25 20:51:17
Message-ID: 20110125205117.0B6BDAC8BA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1217116 by aseigo:

addWallpaper -> setWallpaper, since the latter is what will be kept in the public api in libplasma2


 M  +1 -1      wallpaperscript.cpp  
 M  +1 -1      wallpaperscript.h  


--- trunk/KDE/kdelibs/plasma/scripting/wallpaperscript.cpp #1217115:1217116
@@ -116,7 +116,7 @@
     Q_UNUSED(event)
 }
 
-void WallpaperScript::addUrls(const KUrl::List urls)
+void WallpaperScript::setUrls(const KUrl::List urls)
 {
     //TODO KDE5 replace urlDropped with addUrls
     foreach (const KUrl &url, urls) {
--- trunk/KDE/kdelibs/plasma/scripting/wallpaperscript.h #1217115:1217116
@@ -141,7 +141,7 @@
      * Adds urls (e.g. from a drop)
      * @since 4.7
      */
-    void addUrls(const KUrl::List urls);
+    void setUrls(const KUrl::List urls);
 
 protected:
     /**
[prev in list] [next in list] [prev in thread] [next in thread] 

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