2018-01-26 17:06:56 +01:00
|
|
|
#include "RObjB.hpp"
|
2020-02-01 23:06:01 +01:00
|
|
|
|
2018-01-26 17:06:56 +01:00
|
|
|
#include "RObjBExtra.hpp"
|
|
|
|
|
|
|
|
RObjBExtra::RObjBExtra()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
RObjBExtra::~RObjBExtra()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
RObjB::RObjB()
|
|
|
|
{
|
|
|
|
RObjBExtra extraObject;
|
|
|
|
}
|
|
|
|
|
|
|
|
RObjB::~RObjB()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// Relaxed mode should run moc on RObjBExtra.hpp instead
|
|
|
|
#include "RObjBExtra.moc"
|