forked from qt-creator/qt-creator
Added missing parenthese
Change-Id: Ib4ec95cc013ebe5c7086718abf72bda1d39329bb Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user