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,
|
QMessageBox msg(QMessageBox::Warning,
|
||||||
tr("Cppcheck"),
|
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));
|
QMessageBox::Ok,
|
||||||
|
this);
|
||||||
msg.exec();
|
msg.exec();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue