phonebookui/cntcommonui/views/cntbaseselectionview.cpp
changeset 81 640d30f4fb64
parent 72 6abfb1094884
--- a/phonebookui/cntcommonui/views/cntbaseselectionview.cpp	Fri Oct 08 11:42:51 2010 +0300
+++ b/phonebookui/cntcommonui/views/cntbaseselectionview.cpp	Fri Oct 15 12:24:46 2010 +0300
@@ -29,8 +29,8 @@
 const char *CNT_SELECTION_LISTVIEW_UI_XML = ":/xml/contacts_list.docml";
 
 CntBaseSelectionView::CntBaseSelectionView() : 
-QObject(),
-mDocument(NULL)
+    QObject(),
+    mDocument(NULL)
 {
     mDocument = new HbDocumentLoader();
     
@@ -80,7 +80,8 @@
     
     mListView->setModel( mListModel );
     
-    if ( aArgs.contains(ESelectionMode) ) {
+    if ( aArgs.contains(ESelectionMode) )
+    {
         mListView->setSelectionMode( static_cast<HbAbstractItemView::SelectionMode>(aArgs.value(ESelectionMode).toInt()) );
     }
     
@@ -89,16 +90,8 @@
 
 void CntBaseSelectionView::deactivate()
 {
-}
-
-bool CntBaseSelectionView::isDefault() const
-{
-    return false;
+    
 }
 
-HbView* CntBaseSelectionView::view() const
-{
-    return mView;
-}
 
 // EOF