Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
QtAutogen
/
RerunMocOnAddFile
/
MocOnAddFile
/
anotherobject.cpp
blob: 45c5af681ca199ca6f948ca5a9c6b8b9519167f0 [
file
] [
log
] [
blame
]
#include
<qobject.h>
class
AnotherObject
:
public
QObject
{
Q_OBJECT
public
:
AnotherObject
()
{}
};
AnotherObject
*
createAnotherObject
()
{
return
new
AnotherObject
();
}
#include
"anotherobject.moc"