src/hbcore/image/hbpixmapiconimpl_p.h
changeset 28 b7da29130b0e
parent 5 627c4a0fd0e7
--- a/src/hbcore/image/hbpixmapiconimpl_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/image/hbpixmapiconimpl_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -34,13 +34,23 @@
 class HB_AUTOTEST_EXPORT HbPixmapIconImpl : public HbIconImpl
 {
 public :
-    HbPixmapIconImpl(HbSharedIconInfo iconData, QString &name,
+    HbPixmapIconImpl(HbSharedIconInfo iconData,
+                     const QString &name,
                      const QSizeF &keySize,
                      Qt::AspectRatioMode aspectRatioMode,
                      QIcon::Mode mode,
                      bool mirrored,
                      HbRenderingMode renderMode);
-    explicit HbPixmapIconImpl(const QPixmap &pixmap, const QString &name = QString());
+
+    HbPixmapIconImpl(const QPixmap &pixmap, const QString &name = QString());
+
+    HbPixmapIconImpl(const QPixmap &pixmap,
+                     const QString &name,
+                     const QSizeF &keySize,
+                     Qt::AspectRatioMode aspectRatioMode,
+                     QIcon::Mode mode,
+                     bool mirrored);
+
     ~HbPixmapIconImpl();
 
     QPixmap pixmap();