diff -r dbe66a66f6a9 -r 4c15d9aa2384 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 17:14:05 2010 +0800 @@ -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