example/smfclientapp/posttestui.cpp
author cgandhi
Thu, 05 Aug 2010 16:48:48 +0530
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
permissions -rw-r--r--
pushing changes for common libs and trace messages

#include "posttestui.h"

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

PostTestUi::~PostTestUi()
{

}