phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h
changeset 47 7cbcb2896f0e
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h	Wed Jun 23 18:02:44 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h	Tue Jul 06 14:05:47 2010 +0300
@@ -31,7 +31,7 @@
 
 public:
     CntContactCardDataContainer(QContact* contact, QObject *parent = 0, bool myCard = false,
-            CntMapTileService* maptile = NULL );
+            CntMapTileService* maptile = NULL, Qt::Orientations orientation = Qt::Vertical );
     virtual ~CntContactCardDataContainer();
 
 public:
@@ -63,6 +63,7 @@
     CntStringMapper                 mStringMapper;
     bool                            mLocationFeatureEnabled;
     CntMapTileService*              mMaptileInterface;
+    Qt::Orientations                mOrientation;
 };
 
 #endif /* CNTCOMMLAUNCHERLISTMODEL_H_ */