Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5a2a275bb41e04891c2541a8e185b6daed259b0b
/
.
/
Tests
/
QtAutogen
/
RerunUicOnFileChange
/
UicOnFileChange
/
subdir
/
subdircheck.cpp
blob: 3b36a10df8a5ffef57245344961163a06b4a46cc [
file
]
#include
"ui_mainwindowsubdir.h"
bool
subdircheck
()
{
MocWidget
mw
;
Ui
::
WidgetSubdir
mwUi
;
mwUi
.
setupUi
(&
mw
);
return
mw
.
objectName
()
==
"WidgetSubdir2"
;
}