example/smfclientapp/posttestui.cpp
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

#include "posttestui.h"

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

PostTestUi::~PostTestUi()
{

}