summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/lldb
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-07-26 16:27:08 +0200
committerhjk <qthjk@ovi.com>2012-07-31 11:45:50 +0200
commit73bcfdc9cefd64a9722d9e816c317b06076344df (patch)
tree0797426b5e89629bfa9e6dfcf6588b8fa028eaea /src/plugins/debugger/lldb
parenta14ed0793ccbff3f988e4cb8d77a056035a5a960 (diff)
downloadqt-creator-73bcfdc9cefd64a9722d9e816c317b06076344df.tar.gz
Added missing parenthese
Change-Id: Ib4ec95cc013ebe5c7086718abf72bda1d39329bb Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/lldb')
-rw-r--r--src/plugins/debugger/lldb/lldboptionspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/lldb/lldboptionspage.cpp b/src/plugins/debugger/lldb/lldboptionspage.cpp
index 141455335e..44d6a2ebc0 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)));
}