aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/designer/widget.cpp
blob: 177f7c3f9fc1ca205e460eb44deef64068c8c9d1 (plain)
1
2
3
4
5
6
$include$

$classname$::$classname$(QWidget *parent)
    : $baseclass$(parent)
{
}