--- a/messagingapp/msgsettings/settingsview/inc/msgsmscenterview.h Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgsettings/settingsview/inc/msgsmscenterview.h Mon May 03 12:29:07 2010 +0300
@@ -29,10 +29,16 @@
public:
explicit MsgSMSCenterView(int view = -1, QGraphicsItem *parent = 0);
~MsgSMSCenterView();
+
+signals:
+ void smsCenterEditViewClosed();
+
+private slots:
+ void onBackAction();
+ void onCloseMessageCenterView();
+
+private:
- void commitChanges();
-
-private:
MsgSMSCenterSettingsForm* mSMSCenterSettingsForm;
};