From 73bcfdc9cefd64a9722d9e816c317b06076344df Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Thu, 26 Jul 2012 16:27:08 +0200 Subject: [PATCH] Added missing parenthese Change-Id: Ib4ec95cc013ebe5c7086718abf72bda1d39329bb Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: hjk <qthjk@ovi.com> --- src/plugins/debugger/lldb/lldboptionspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/lldb/lldboptionspage.cpp b/src/plugins/debugger/lldb/lldboptionspage.cpp index 141455335ed..44d6a2ebc0b 100644 --- a/src/plugins/debugger/lldb/lldboptionspage.cpp +++ b/src/plugins/debugger/lldb/lldboptionspage.cpp @@ -74,7 +74,7 @@ LldbOptionsPage::LldbOptionsPage() setId(QLatin1String("F.Lldb")); setDisplayName(tr("LLDB")); setCategory(QLatin1String(Debugger::Constants::DEBUGGER_SETTINGS_CATEGORY)); - setDisplayCategory(QCoreApplication::translate("Debugger", Constants::DEBUGGER_SETTINGS_TR_CATEGORY); + setDisplayCategory(QCoreApplication::translate("Debugger", Constants::DEBUGGER_SETTINGS_TR_CATEGORY)); setCategoryIcon(QIcon(QLatin1String(Constants::DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON))); } -- GitLab