diff -r 277e3324e775 -r d9e9413f30c9 controlpanel/tsrc/unit/ut_cpapi/src/cptestview.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/controlpanel/tsrc/unit/ut_cpapi/src/cptestview.cpp Thu Sep 02 20:42:34 2010 +0300 @@ -0,0 +1,22 @@ +#include "CpTestView.h" + +#include +#include +#include +#include +#include +#include + +CpTestView::CpTestView(QGraphicsItem *parent) + : CpBaseSettingView(0,parent) +{ + +} +CpTestView::~CpTestView() +{ +} + +void CpTestView::testClose() +{ + close(); +} \ No newline at end of file