| author | Chad Peckham <chad.peckham@nokia.com> |
| Thu, 15 Apr 2010 18:07:10 -0500 | |
| branch | RCL_2_4 |
| changeset 1224 | b0d232312e83 |
| parent 0 | fb279309251b |
| permissions | -rw-r--r-- |
/* ============================================================================ Name : $(baseName).cpp Author : $(author) Copyright : $(copyright) Description : Class Implementation ============================================================================ */ #include "$(className).h" $(className)::$(className)(QWidget *parent) : $(parentClass)(parent) { ui.setupUi(this); } $(className)::~$(className)() { }