Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6e40b535
Commit
6e40b535
authored
Mar 25, 2010
by
Thorbjørn Lindeijer
Browse files
Shorten the title of the Maemo Device Configurations options page
Reviewed-by: kh1
parent
aa5899ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
View file @
6e40b535
...
...
@@ -50,10 +50,6 @@
namespace
Qt4ProjectManager
{
namespace
Internal
{
#define PAGE_ID "ZZ.Maemo Device Configurations"
#define PAGE_ID_TR "Maemo Device Configurations"
MaemoSettingsPage
::
MaemoSettingsPage
(
QObject
*
parent
)
:
Core
::
IOptionsPage
(
parent
)
{
...
...
@@ -65,12 +61,12 @@ MaemoSettingsPage::~MaemoSettingsPage()
QString
MaemoSettingsPage
::
id
()
const
{
return
QLatin1String
(
PAGE_ID
);
return
QLatin1String
(
"ZZ.Maemo Device Configurations"
);
}
QString
MaemoSettingsPage
::
displayName
()
const
{
return
tr
(
PAGE_ID_TR
);
return
tr
(
"Maemo Devices"
);
}
QString
MaemoSettingsPage
::
category
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment