diff -r bab96b7ed1a4 -r f39ed5e045e0 phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h --- a/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h Thu Jul 22 16:33:21 2010 +0100 @@ -46,11 +46,13 @@ private: void createShowCallDurationItem(); + void createOwnVideoInReceivedCall(); void createSoftRejectItem(); void createCLIItem(); void createCallWaitingtem(); void connectShowCallDurationItem(); + void connectOwnVideoInReceivedCall(); void connectSoftRejectItem(); void connectCLIItem(); void connectCallWaitingItem(); @@ -60,6 +62,7 @@ public slots: void showCallDurationStateChanged(); + void ownVideoInReceivedCallStateChanged(int index); void softRejectTextChanged(); void callWaitingCurrentIndexChanged(); void cliCurrentIndexChanged(int index); @@ -81,6 +84,7 @@ int ¬eId, const QString& text, HbMessageBox::MessageBoxType); void showGlobalErrorNote(int ¬eId, int errorCode); void cancelNote(int noteId); + void showNotificationDialog(const QString& text); private: @@ -94,7 +98,8 @@ PSetCallWaitingWrapper* m_callWaitingWrapper; // Not owned objects - CpSettingFormItemData *m_DataItemShowCallDuration; + CpSettingFormItemData *m_DataItemShowCallDuration; + CpSettingFormItemData *m_OwnVideoInReceivedCall; CpSettingFormItemData *m_DataItemSoftRejectTextEditor; CpSettingFormItemData *m_DataItemCLI; CpSettingFormItemData *m_DataItemCallWaiting;