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

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

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

  return 0;
}

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

void ui_nogen2()
{
}