phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    22 // -----------------------------------------------------------------------------
    22 // -----------------------------------------------------------------------------
    23 // CpTelephonyPluginView::CpTelephonyPluginView
    23 // CpTelephonyPluginView::CpTelephonyPluginView
    24 // -----------------------------------------------------------------------------
    24 // -----------------------------------------------------------------------------
    25 //
    25 //
    26 CpTelephonyPluginView::CpTelephonyPluginView(  )
    26 CpTelephonyPluginView::CpTelephonyPluginView(  )
    27     //: CpBaseSettingView( /**/ )
    27     :CpBaseSettingView(0, 0)
    28     {
    28     {
    29     
    29     
    30     }
    30     }
    31 
    31 
    32 
    32 
    36 //
    36 //
    37 CpTelephonyPluginView::~CpTelephonyPluginView(  )
    37 CpTelephonyPluginView::~CpTelephonyPluginView(  )
    38     {
    38     {
    39     
    39     
    40     }
    40     }
    41 
       
    42 void CpTelephonyPluginView::onConnectionAdded(HbDataFormModelItem *item,
       
    43                                    const QString &signal,
       
    44                                    QObject *receiver,
       
    45                                    const QString &method)
       
    46 {
       
    47 
       
    48 }
       
    49 
       
    50 void CpTelephonyPluginView::onConnectionRemoved(HbDataFormModelItem *item,
       
    51                                      const QString &signal,
       
    52                                      QObject *receiver,
       
    53                                      const QString &method)
       
    54 {
       
    55 
       
    56 }
       
    57 
       
    58 void CpTelephonyPluginView::onPrototypeAdded(HbAbstractViewItem *prototype)
       
    59 {
       
    60 
       
    61 }