equal
deleted
inserted
replaced
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 |