Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
QtAutogen
/
UicSkipSource
/
skipUic.cpp
blob: c4a7ce95b7ec0bd829abefafea8756b7c702b00c [
file
]
#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
()
{
}