2021-09-14 00:13:48 +02:00

13 lines
136 B
C++

#include "plainobject.h"
#include "myobject3.h"
PlainObject::PlainObject()
{
}
void PlainObject::doSomething()
{
MyObject3 obj3;
}