trying to fix the 2xEmit bug,
write directly mirrored to the image,
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
MainWindow* tmp = dynamic_cast<MainWindow*>(parent->parent()->parent());
|
||||
if(tmp != NULL)
|
||||
connect(this, SIGNAL(sendMessage(QString, int)), tmp, SLOT(showMessage(QString, int)));
|
||||
connect(this, SIGNAL(sendMessage(QString, int)), tmp, SLOT(printMessage(QString, int)));
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user