Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
QtAutogen
/
UicSkipSource
/
skipUic.cpp
blob: c4a7ce95b7ec0bd829abefafea8756b7c702b00c [
file
] [
log
] [
blame
]
#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
()
{
}