homescreenapp/hsdomainmodel/src/hswidgethost.cpp
changeset 81 7dd137878ff8
parent 69 87476091b3f5
--- a/homescreenapp/hsdomainmodel/src/hswidgethost.cpp	Fri Aug 13 14:38:12 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hswidgethost.cpp	Wed Aug 18 10:33:57 2010 +0300
@@ -55,8 +55,8 @@
 */
 HsWidgetHost::HsWidgetHost(int databaseId, QObject *parent)
   : QObject(parent),
+    mDatabaseId(databaseId),
     mVisual(new HsWidgetHostVisual),
-    mDatabaseId(databaseId),
     mStateMachine(0),
     mWidget(0),
     mPage(0),