forked from qt-creator/qt-creator
debugger, bookmarks: use char[] for string constants
Change-Id: I2ef319e4556da1b93ae82afd597e0445d1f81d8d Reviewed-on: http://codereview.qt.nokia.com/1692 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -148,10 +148,6 @@ CommonOptionsPage::CommonOptionsPage(const QSharedPointer<GlobalDebuggerOptions>
|
||||
{
|
||||
}
|
||||
|
||||
CommonOptionsPage::~CommonOptionsPage()
|
||||
{
|
||||
}
|
||||
|
||||
QString CommonOptionsPage::id() const
|
||||
{
|
||||
return _(DEBUGGER_COMMON_SETTINGS_ID);
|
||||
@@ -159,7 +155,8 @@ QString CommonOptionsPage::id() const
|
||||
|
||||
QString CommonOptionsPage::displayName() const
|
||||
{
|
||||
return QCoreApplication::translate("Debugger", DEBUGGER_COMMON_SETTINGS_NAME);}
|
||||
return QCoreApplication::translate("Debugger", "General");
|
||||
}
|
||||
|
||||
QString CommonOptionsPage::category() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user