blob: 800ebf3da21fb6eba5b8be3a95de37d41b67d16e [file] [log] [blame]
#include "Object.hpp"
Object::Object()
: _test(0)
{
}
void Object::aSlot()
{
}