#include "myobject.hpp" MyObject::MyObject(QObject *parent): QObject(parent) { } MyObject::~MyObject() { }