templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Common/Basename.cpp
author Chad Peckham <chad.peckham@nokia.com>
Thu, 15 Apr 2010 18:07:10 -0500
branchRCL_2_4
changeset 1224 b0d232312e83
parent 0 fb279309251b
permissions -rw-r--r--
Fix bug 10878

/*
============================================================================
 Name		: $(baseName).cpp
 Author	  : $(author)
 Copyright   : $(copyright)
 Description : Class Implementation
============================================================================
*/

#include "$(className).h"

$(className)::$(className)(QWidget *parent)
    : $(parentClass)(parent)
{
	ui.setupUi(this);
}

$(className)::~$(className)()
{

}