summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sub/uiconly.cpp
blob: ac2278963baefa9e04e0cea8f2cac9fd4d84e144 (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;
}