diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/primitives/hbiconitem.h --- a/src/hbcore/primitives/hbiconitem.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/primitives/hbiconitem.h Mon Oct 18 18:23:13 2010 +0300 @@ -55,6 +55,8 @@ void setFlags(HbIcon::Flags flags); 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; @@ -70,6 +72,8 @@ HbIcon::Flags flags() const; HbIcon::MirroringMode mirroringMode() const; QBrush brush() const; + bool iconScaling() const; + bool async() const; bool isNull() const;