src/hbcore/image/hbicon.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 7 923ff622b8b9
--- a/src/hbcore/image/hbicon.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/image/hbicon.h	Fri Jun 11 13:58:22 2010 +0300
@@ -100,20 +100,20 @@
     void setFlags(Flags flags);
 
     void paint(QPainter *painter,
-                const QRectF &rect,
-                Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio,
-                Qt::Alignment alignment = Qt::AlignCenter,
-                QIcon::Mode mode = QIcon::Normal,
-                QIcon::State state = QIcon::Off) const;
+               const QRectF &rect,
+               Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio,
+               Qt::Alignment alignment = Qt::AlignCenter,
+               QIcon::Mode mode = QIcon::Normal,
+               QIcon::State state = QIcon::Off) const;
 
     operator QVariant() const;
 
     QIcon &qicon() const;
 
     bool addBadge(Qt::Alignment alignment,
-                      const HbIcon& badge,
-                      int z=0);
-    bool removeBadge(const HbIcon& badge);
+                  const HbIcon &badge,
+                  int z = 0);
+    bool removeBadge(const HbIcon &badge);
     void removeAllBadges();
 
 private: