Modify classes to be QObjects
This commit is contained in:
@@ -37,7 +37,10 @@
|
||||
|
||||
Screenshot::Screenshot(const QPixmap &p, QObject *parent) : QObject(parent),
|
||||
m_baseScreenshot(p),
|
||||
m_modifiedScreenshot(p) {}
|
||||
m_modifiedScreenshot(p)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Screenshot::~Screenshot() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user