trying to fix the 2xEmit bug,
write directly mirrored to the image,
This commit is contained in:
@@ -74,7 +74,7 @@ void MainWindow::aboutTool()
|
||||
dialog->exec();
|
||||
}
|
||||
|
||||
void MainWindow::showMessage(QString message, int severity)
|
||||
void MainWindow::printMessage(QString message, int severity)
|
||||
{
|
||||
if (severity < m_curSeverity)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user