blob: 7a15300586cbc6fd85865ef985bca238bc30cd6e [file] [log] [blame]
#include "myobject.h"
MyObject::MyObject(QObject* parent)
: QObject(parent)
{
}