homescreenapp/hsdomainmodel/src/hswidgethost.cpp
changeset 85 35368b604b28
parent 77 4b195f3bea29
--- a/homescreenapp/hsdomainmodel/src/hswidgethost.cpp	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hswidgethost.cpp	Thu Sep 02 20:17:27 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),