example/smfclientapp/posttestui.cpp
author cgandhi
Tue, 14 Sep 2010 17:23:49 +0530
changeset 21 74572af13dfc
parent 14 a469c0e6e7fb
permissions -rw-r--r--
changes for fixing armv5 build issues

#include "posttestui.h"

PostTestUi::PostTestUi(QWidget *parent)
    : QWidget(parent)
{
	ui.setupUi(this);
}

PostTestUi::~PostTestUi()
{

}