diff -r bab96b7ed1a4 -r f39ed5e045e0 phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp --- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp Tue Jun 15 14:14:38 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cptelephonypluginview.cpp Thu Jul 22 16:33:21 2010 +0100 @@ -15,6 +15,7 @@ * */ #include +#include #include "cptelephonypluginview.h" // ============================ MEMBER FUNCTIONS =============================== @@ -29,6 +30,15 @@ } +// ----------------------------------------------------------------------------- +// CpTelephonyPluginView::CpTelephonyPluginView +// ----------------------------------------------------------------------------- +// +CpTelephonyPluginView::CpTelephonyPluginView(const QVariantList ¶ms) + :CpBaseSettingView(0, 0) + { + + } // ----------------------------------------------------------------------------- // CpTelephonyPluginView::~CpTelephonyPluginView