messagingapp/msgsettings/settingsview/inc/msgsmscenterview.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    27 Q_OBJECT
    27 Q_OBJECT
    28 
    28 
    29 public:
    29 public:
    30     explicit MsgSMSCenterView(int view = -1, QGraphicsItem *parent = 0);
    30     explicit MsgSMSCenterView(int view = -1, QGraphicsItem *parent = 0);
    31     ~MsgSMSCenterView();
    31     ~MsgSMSCenterView();
       
    32     
       
    33 signals:
       
    34     void smsCenterEditViewClosed();
       
    35     
       
    36 private slots:
       
    37     void onBackAction();
       
    38     void onCloseMessageCenterView();
       
    39     
       
    40 private:
    32 
    41 
    33     void commitChanges();
       
    34 
       
    35 private:
       
    36     MsgSMSCenterSettingsForm* mSMSCenterSettingsForm;
    42     MsgSMSCenterSettingsForm* mSMSCenterSettingsForm;
    37 };
    43 };
    38 
    44 
    39 #endif /* MSGSMSCENTERVIEW_H_ */
    45 #endif /* MSGSMSCENTERVIEW_H_ */