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
Marco Bubke
flatpak-qt-creator
Commits
6c56fbfe
Commit
6c56fbfe
authored
Nov 27, 2009
by
kh1
Browse files
Compile fix on windows, not sure it should be named like this.
parent
90c03d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
View file @
6c56fbfe
...
...
@@ -51,7 +51,8 @@
namespace
Qt4ProjectManager
{
namespace
Internal
{
#define PAGE_ID "Maemo Device Configurations"
#define PAGE_ID "ZZ.Maemo Device Configurations"
#define PAGE_ID_TR "Maemo Device Configurations"
class
DevConfMatcher
{
...
...
@@ -98,17 +99,18 @@ QString MaemoSettingsPage::id() const
QString
MaemoSettingsPage
::
trName
()
const
{
return
tr
(
PAGE_ID
);
return
tr
(
PAGE_ID
_TR
);
}
QString
MaemoSettingsPage
::
category
()
const
{
return
Constants
::
QT_CATEGORY
;
return
QLatin1String
(
Constants
::
QT_
SETTINGS_
CATEGORY
)
;
}
QString
MaemoSettingsPage
::
trCategory
()
const
{
return
tr
(
Constants
::
QT_CATEGORY
);
return
QCoreApplication
::
translate
(
"Qt4ProjectManager"
,
Constants
::
QT_SETTINGS_CATEGORY
);
}
QWidget
*
MaemoSettingsPage
::
createPage
(
QWidget
*
parent
)
...
...
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