#include "qlopdata.h" QLopData::QLopData(QObject *parent) : QObject(parent) { } QLopData::~QLopData() { delete data; }