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:
hjk
2011-07-15 10:55:39 +02:00
committed by hjk
parent bb5c7366f5
commit 5e410ae6cf
6 changed files with 52 additions and 63 deletions

View File

@@ -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
{