summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sub/uiconly.cpp
blob: cdb33184d988f71b47dc65891ea199136fa1c098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include "uiconly.h"

UicOnly::UicOnly(QWidget *parent)
  : QWidget(parent), ui(new Ui::UicOnly)
{

}

int main()
{
  return 0;
}