Skip to content
Snippets Groups Projects
Commit 73bcfdc9 authored by Robert Loehning's avatar Robert Loehning Committed by hjk
Browse files

Added missing parenthese


Change-Id: Ib4ec95cc013ebe5c7086718abf72bda1d39329bb
Reviewed-by: default avatarLaszlo Papp <lpapp@kde.org>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent a14ed079
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ LldbOptionsPage::LldbOptionsPage() ...@@ -74,7 +74,7 @@ LldbOptionsPage::LldbOptionsPage()
setId(QLatin1String("F.Lldb")); setId(QLatin1String("F.Lldb"));
setDisplayName(tr("LLDB")); setDisplayName(tr("LLDB"));
setCategory(QLatin1String(Debugger::Constants::DEBUGGER_SETTINGS_CATEGORY)); 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))); setCategoryIcon(QIcon(QLatin1String(Constants::DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON)));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment