diff -r 277e3324e775 -r d9e9413f30c9 controlpanel/tsrc/unit/ut_cpapi/src/cptestview.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/controlpanel/tsrc/unit/ut_cpapi/src/cptestview.h Thu Sep 02 20:42:34 2010 +0300 @@ -0,0 +1,20 @@ +#ifndef CPTESTVIEW_H +#define CPTESTVIEW_H + +#include +#include + +class HbDataFormModelItem; +class CpSettingFormItemData; + +class CpTestView : public CpBaseSettingView +{ + Q_OBJECT +public: + explicit CpTestView(QGraphicsItem *parent = 0); + virtual ~CpTestView(); +public: + void testClose(); +}; +#endif +