Modify classes to be QObjects

This commit is contained in:
lupoDharkael
2017-06-14 01:02:43 +02:00
parent 878640bf53
commit ad044fbc93
4 changed files with 18 additions and 10 deletions

View File

@@ -37,7 +37,10 @@
Screenshot::Screenshot(const QPixmap &p, QObject *parent) : QObject(parent),
m_baseScreenshot(p),
m_modifiedScreenshot(p) {}
m_modifiedScreenshot(p)
{
}
Screenshot::~Screenshot() {
}