phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpnetworkpluginview.cpp
changeset 27 2f8f8080a020
parent 21 92ab7f8d0eab
child 30 ebdbd102c78a
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    25 // -----------------------------------------------------------------------------
    25 // -----------------------------------------------------------------------------
    26 //
    26 //
    27 CpNetworkPluginView::CpNetworkPluginView( 
    27 CpNetworkPluginView::CpNetworkPluginView( 
    28         QGraphicsItem * parent )
    28         QGraphicsItem * parent )
    29     :
    29     :
    30     CpBaseSettingView(0, parent),
    30     /*CpBaseSettingView(0, parent),*/
    31     m_networkSettingsForm(0)
    31     m_networkSettingsForm(0)
    32     {
    32     {
    33     
    33     
    34     }
    34     }
    35 
    35