controlpanel/tsrc/unit/ut_cpapi/src/cptestview.cpp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:35:00 +0300
changeset 63 cae55c3d1f20
parent 56 d9e9413f30c9
permissions -rw-r--r--
Revision: 201037 Kit: 201039

#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();
}

//End of File