changeset 95 | 32e56106abf2 |
parent 81 | 7dd137878ff8 |
child 101 | ba1b7e218624 |
--- a/homescreenapp/hsdomainmodel/inc/hsdatabase.h Mon Sep 20 10:19:07 2010 +0300 +++ b/homescreenapp/hsdomainmodel/inc/hsdatabase.h Mon Sep 27 11:52:00 2010 +0300 @@ -81,6 +81,8 @@ bool configuration(QVariantHash &configuration); bool updateWidgetZValues(const QHash<int, qreal> &data, Qt::Orientation orientation); + + bool updateWidgetPresentations(const QList<HsWidgetPresentationData> &data, Qt::Orientation orientation); public: static void setInstance(HsDatabase *instance);