homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h
changeset 86 e4f038c420f7
parent 71 1db7cc813a4e
--- a/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h	Wed Aug 18 10:33:57 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hswidgethostvisual.h	Mon Sep 13 13:03:23 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: