emailuis/nmailui/src/nmmailboxselectiondialog.cpp
changeset 47 f83bd4ae1fe3
parent 43 99bcbff212ad
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
    41       mMailboxListModel(mailboxListModel),
    41       mMailboxListModel(mailboxListModel),
    42       mParent(parent),
    42       mParent(parent),
    43       mMailboxId(0)
    43       mMailboxId(0)
    44 {
    44 {
    45     NM_FUNCTION;
    45     NM_FUNCTION;
    46     
       
    47     // No implementation required.
       
    48 }
    46 }
    49 
    47 
    50 
    48 
    51 /*!
    49 /*!
    52     Class destructor.
    50     Class destructor.
   105 {
   103 {
   106     NM_FUNCTION;
   104     NM_FUNCTION;
   107     
   105     
   108     // Use the document loader to load the widgets.
   106     // Use the document loader to load the widgets.
   109     HbDocumentLoader documentLoader;
   107     HbDocumentLoader documentLoader;
   110     bool documentLoaded = false;
   108     bool documentLoaded(false);
   111 
   109 
   112     QObjectList objectList;
   110     QObjectList objectList;
   113     objectList.append(this);
   111     objectList.append(this);
   114 
   112 
   115     documentLoader.setObjectTree(objectList);
   113     documentLoader.setObjectTree(objectList);