RObjA.cpp 133 B

123456789101112
  1. #include "RObjA.hpp"
  2. RObjA::RObjA()
  3. {
  4. }
  5. RObjA::~RObjA()
  6. {
  7. }
  8. // Relaxed include should moc the header instead
  9. #include "RObjA.moc"