src/hbcore/primitives/hbiconitem.h
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
--- a/src/hbcore/primitives/hbiconitem.h	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/primitives/hbiconitem.h	Thu Sep 02 20:44:51 2010 +0300
@@ -56,6 +56,7 @@
     void setMirroringMode(HbIcon::MirroringMode mode);
     void setBrush(const QBrush &brush);
     void setIconScaling(bool enabled = true);
+    void setAsync(bool async = true);
 
     void setColor(const QColor &color);
     QColor color() const;
@@ -72,6 +73,7 @@
     HbIcon::MirroringMode mirroringMode() const;
     QBrush brush() const;
     bool iconScaling() const;
+    bool async() const;
 
     bool isNull() const;