diff options
author | hjk <qthjk@ovi.com> | 2012-12-29 03:37:27 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-12-29 19:10:59 +0100 |
commit | 78beacd7b4659af8a21464c290323d3d431fcf13 (patch) | |
tree | bcc2685532a54c9acd2984d56be7fc348ceac152 /src/plugins/qtsupport/qtoptionspage.cpp | |
parent | 1863bfebdb75f0a28b2790c51688ee999b3874b4 (diff) | |
download | qt-creator-78beacd7b4659af8a21464c290323d3d431fcf13.tar.gz |
Use Core::Id for IOptionPage::category
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qtsupport/qtoptionspage.cpp')
-rw-r--r-- | src/plugins/qtsupport/qtoptionspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/qtoptionspage.cpp b/src/plugins/qtsupport/qtoptionspage.cpp index 9ea789611d..43c3f1b93b 100644 --- a/src/plugins/qtsupport/qtoptionspage.cpp +++ b/src/plugins/qtsupport/qtoptionspage.cpp @@ -72,7 +72,7 @@ QtOptionsPage::QtOptionsPage() { setId(QLatin1String(Constants::QTVERSION_SETTINGS_PAGE_ID)); setDisplayName(QCoreApplication::translate("Qt4ProjectManager", Constants::QTVERSION_SETTINGS_PAGE_NAME)); - setCategory(QLatin1String(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY)); + setCategory(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY); setDisplayCategory(QCoreApplication::translate("ProjectExplorer", ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_TR_CATEGORY)); setCategoryIcon(QLatin1String(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY_ICON)); |