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

List:       kde-commits
Subject:    KDE/kdepim/mobile/lib
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-08-31 13:36:14
Message-ID: 20100831133614.3CD56AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170303 by vkrause:

QML.Image.pixmap was removed some time ago, so no need to assign it an icon
pixmap at all. Saves about 500kB of needlessly allocated memory.


 M  +3 -2      Action.qml  


--- trunk/KDE/kdepim/mobile/lib/Action.qml #1170302:1170303
@@ -38,11 +38,12 @@
   signal triggered()
   signal longPressed()
 
-  Binding {
+  // FIXME: there is no "pixmap" property in QML.Image anymore!
+/*  Binding {
     target : image
     property : "pixmap"
     value : KDE.iconToPixmap(action.icon, 35)
-  }
+  }*/
 
   Binding {
     target : buttonText
[prev in list] [next in list] [prev in thread] [next in thread] 

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