blob: 0ca785ebdf58f59a5a47fbedaa2a1d685ed4965e [file] [log] [blame]
#include "plainobject.h"
#include "myobject3.h"
PlainObject::PlainObject()
{
}
void PlainObject::doSomething()
{
MyObject3 obj3;
}