#include "plainobject.h"

#include "myobject3.h"

PlainObject::PlainObject()
{
}

void PlainObject::doSomething()
{
  MyObject3 obj3;
}
