Files
CMake/Tests/QtAutogen/MocIncludeRelaxed/RObjA.cpp
2017-12-13 13:50:17 +01:00

13 lines
133 B
C++

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