Skip to content
Snippets Groups Projects
Commit ea5fb91d authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: MANTIS-921 (reparented exception message for thread safety).

parent e662688f
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ TaskProgressDialog
::OnExceptionRaised( QString what )
{
QMessageBox::warning(
this,
this->parentWidget(),
tr( "%1 - Warning!" ).arg( PROJECT_NAME ),
what
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment