GUI: One messagebox was missing "this" parameter.
This commit is contained in:
parent
4c7793237a
commit
7efd4e48b8
|
@ -386,7 +386,8 @@ void ResultsTree::StartApplication(QStandardItem *target, int application)
|
|||
{
|
||||
QMessageBox msg(QMessageBox::Warning,
|
||||
tr("Cppcheck"),
|
||||
tr("You can open this error by specifying applications in program's settings."));
|
||||
tr("You can open this error by specifying applications in program's settings.",
|
||||
this));
|
||||
msg.exec();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue