Object.cpp 83 B

12345678910
  1. #include "Object.hpp"
  2. Object::Object()
  3. : _test(0)
  4. {
  5. }
  6. void Object::aSlot()
  7. {
  8. }