mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
13 lines
133 B
C++
13 lines
133 B
C++
#include "RObjA.hpp"
|
|
|
|
RObjA::RObjA()
|
|
{
|
|
}
|
|
|
|
RObjA::~RObjA()
|
|
{
|
|
}
|
|
|
|
// Relaxed include should moc the header instead
|
|
#include "RObjA.moc"
|