Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
QtAutogen
/
RerunMocBasic
/
MocBasic
/
plainobject.cpp
blob: 0ca785ebdf58f59a5a47fbedaa2a1d685ed4965e [
file
]
#include
"plainobject.h"
#include
"myobject3.h"
PlainObject
::
PlainObject
()
{
}
void
PlainObject
::
doSomething
()
{
MyObject3
obj3
;
}