homescreenapp/hsdomainmodel/src/hswidgethost.cpp
changeset 85 35368b604b28
parent 77 4b195f3bea29
equal deleted inserted replaced
77:4b195f3bea29 85:35368b604b28
    53     Constructs a new widget host with given \a databaseId and
    53     Constructs a new widget host with given \a databaseId and
    54     \a parent item.
    54     \a parent item.
    55 */
    55 */
    56 HsWidgetHost::HsWidgetHost(int databaseId, QObject *parent)
    56 HsWidgetHost::HsWidgetHost(int databaseId, QObject *parent)
    57   : QObject(parent),
    57   : QObject(parent),
       
    58     mDatabaseId(databaseId),
    58     mVisual(new HsWidgetHostVisual),
    59     mVisual(new HsWidgetHostVisual),
    59     mDatabaseId(databaseId),
       
    60     mStateMachine(0),
    60     mStateMachine(0),
    61     mWidget(0),
    61     mWidget(0),
    62     mPage(0),
    62     mPage(0),
    63     mComponent(0),
    63     mComponent(0),
    64     mIsFinishing(false)
    64     mIsFinishing(false)