homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h
changeset 92 6727c5d0afc7
parent 77 4b195f3bea29
--- a/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h	Fri Sep 17 08:27:54 2010 +0300
@@ -45,6 +45,7 @@
     
     QPainterPath shape() const;
     void setWidget(QObject *widget);
+    QObject *widget() { return mWidget; }
     void setVisualModel(HsWidgetHost *model);
     HsWidgetHost *visualModel() const;
 signals: