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

11 lines
83 B
C++

#include "Object.hpp"
Object::Object()
: _test(0)
{
}
void Object::aSlot()
{
}