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