Fix compile error in GUI
This commit is contained in:
parent
c000fd581a
commit
170f4cf788
|
@ -386,8 +386,9 @@ 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.",
|
||||
this));
|
||||
tr("You can open this error by specifying applications in program's settings."),
|
||||
QMessageBox::Ok,
|
||||
this);
|
||||
msg.exec();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue