Skip to content

Commit 7efd4e4

Browse files
committed
GUI: One messagebox was missing "this" parameter.
1 parent 4c77932 commit 7efd4e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gui/resultstree.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ void ResultsTree::StartApplication(QStandardItem *target, int application)
386386
{
387387
QMessageBox msg(QMessageBox::Warning,
388388
tr("Cppcheck"),
389-
tr("You can open this error by specifying applications in program's settings."));
389+
tr("You can open this error by specifying applications in program's settings.",
390+
this));
390391
msg.exec();
391392
return;
392393
}

0 commit comments

Comments
 (0)