changeset 54 | 997a02608b3a |
parent 30 | 759dc5235cdb |
child 57 | ae34e1715e21 |
53:bf7eb7911fc5 | 54:997a02608b3a |
---|---|
101 */ |
101 */ |
102 NmMailboxSettingView::~NmMailboxSettingView() |
102 NmMailboxSettingView::~NmMailboxSettingView() |
103 { |
103 { |
104 NM_FUNCTION; |
104 NM_FUNCTION; |
105 |
105 |
106 if (mForm) { |
106 delete mForm; |
107 mForm->removeAllConnection(); |
|
108 delete mForm; |
|
109 } |
|
110 |
|
111 delete mModel; |
107 delete mModel; |
112 } |
108 } |
113 |
109 |
114 |
110 |
115 /*! |
111 /*! |
157 break; |
153 break; |
158 } |
154 } |
159 } |
155 } |
160 } |
156 } |
161 |
157 |
158 /*! |
|
159 Returns the mailbox id for this mailbox setting view. |
|
160 */ |
|
161 NmId NmMailboxSettingView::mailboxId() |
|
162 { |
|
163 return mMailboxId; |
|
164 } |
|
162 |
165 |
163 // End of file. |
166 // End of file. |