diff -r b5d63d5fc252 -r a469c0e6e7fb example/smfclientapp/posttestui.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/smfclientapp/posttestui.cpp Wed Jun 23 19:51:49 2010 +0530 @@ -0,0 +1,12 @@ +#include "posttestui.h" + +PostTestUi::PostTestUi(QWidget *parent) + : QWidget(parent) +{ + ui.setupUi(this); +} + +PostTestUi::~PostTestUi() +{ + +}