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
4c8a2935
Commit
4c8a2935
authored
Feb 08, 2010
by
Oswald Buddenhagen
Browse files
fix maemo build with QT_USE_FAST_CONCATENATION
parent
787787ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
View file @
4c8a2935
...
...
@@ -48,7 +48,7 @@ namespace Internal {
QString
homeDirOnDevice
(
const
QString
&
uname
)
{
const
QString
&
dir
=
uname
==
QLatin1String
(
"root"
)
?
Q
Latin1
String
(
"/root"
)
?
QString
::
fromLatin1
(
"/root"
)
:
QLatin1String
(
"/home/"
)
+
uname
;
qDebug
(
"%s: user name %s is mapped to home dir %s"
,
Q_FUNC_INFO
,
qPrintable
(
uname
),
qPrintable
(
dir
));
...
...
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