Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
QtAutogen
/
Parallel
/
aaa
/
item.cpp
blob: e35d3d128e1232f21f72233a5af92e0ad479fe5d [
file
] [
log
] [
blame
] [
edit
]
#include
"item.hpp"
// Include ui_view.h only in header
namespace
aaa
{
class
MocLocal
:
public
QObject
{
Q_OBJECT
;
public
:
MocLocal
()
=
default
;
~
MocLocal
()
=
default
;
};
void
Item
::
go
()
{
Ui_ViewAAA
ui
;
MocLocal
obj
;
}
}
#include
"aaa/item.moc"