From 170f4cf788f7029b555d17e13a1c73ae3a6924a8 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Tue, 9 Jun 2009 22:42:13 +0300 Subject: [PATCH] Fix compile error in GUI --- gui/resultstree.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index e5abdf351..8031fa526 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -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; }