| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Fri, 17 Sep 2010 08:31:27 +0300 | |
| changeset 59 | 4868a89ec1e3 |
| parent 56 | d9e9413f30c9 |
| child 61 | 33e86ecbfdb4 |
| child 64 | 5136fef23c4b |
| permissions | -rw-r--r-- |
#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(); }