controlpanel/tsrc/unit/ut_cpapi/src/cptestview.cpp
changeset 52 58cebe0861a8
child 61 33e86ecbfdb4
child 64 5136fef23c4b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/controlpanel/tsrc/unit/ut_cpapi/src/cptestview.cpp	Tue Aug 24 10:30:25 2010 +0800
@@ -0,0 +1,22 @@
+#include "CpTestView.h"
+
+#include <hbdataform.h>
+#include <qstringlist>
+#include <QDebug>
+#include <hbdataformmodel.h>
+#include <cpsettingformitemdata.h>
+#include <hbmessagebox.h>
+
+CpTestView::CpTestView(QGraphicsItem *parent) 
+    : CpBaseSettingView(0,parent)
+{
+
+}
+CpTestView::~CpTestView()
+{
+}
+
+void CpTestView::testClose()
+{
+    close();
+}
\ No newline at end of file