--- a/phonebookui/pbkcommonui/inc/cntdetaileditor.h Mon May 03 12:24:20 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetaileditor.h Fri May 14 15:42:23 2010 +0300
@@ -45,7 +45,7 @@
void saveChanges();
void discardChanges();
void insertField();
- void handleOrientation(Qt::Orientation aOrientation);
+ void handleItemShown(const QModelIndex& aIndex );
public:
void setViewId( int aId );
@@ -74,7 +74,7 @@
#endif
QPointer<HbDataForm> mDataForm;
- QPointer<CntDetailEditorModel> mDataFormModel;
+ CntDetailEditorModel *mDataFormModel;
QPointer<HbGroupBox> mHeader;
int mId;
HbView *mView;
@@ -83,5 +83,6 @@
CntEditorFactory *mEditorFactory;
HbAction *mSoftkey;
HbAction *mCancel;
+ CntViewParameters mArgs;
};
#endif /* CNTDETAILEDITOR_H_ */