2018-04-23 21:13:27 +02:00

13 lines
133 B
C++

#include "RObjA.hpp"
RObjA::RObjA()
{
}
RObjA::~RObjA()
{
}
// Relaxed include should moc the header instead
#include "RObjA.moc"