summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/UicSkipSource/skipUic.cpp
blob: c4a7ce95b7ec0bd829abefafea8756b7c702b00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#include "skipUicGen.hpp"
#include "skipUicNoGen1.hpp"
#include "skipUicNoGen2.hpp"

int main(int, char**)
{
  skipGen();
  skipNoGen1();
  skipNoGen2();

  return 0;
}

// -- Function definitions
void ui_nogen1()
{
}

void ui_nogen2()
{
}