Skip to content
Snippets Groups Projects
Commit 4c8a2935 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

fix maemo build with QT_USE_FAST_CONCATENATION

parent 787787ed
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ namespace Internal { ...@@ -48,7 +48,7 @@ namespace Internal {
QString homeDirOnDevice(const QString &uname) QString homeDirOnDevice(const QString &uname)
{ {
const QString &dir = uname == QLatin1String("root") const QString &dir = uname == QLatin1String("root")
? QLatin1String("/root") ? QString::fromLatin1("/root")
: QLatin1String("/home/") + uname; : QLatin1String("/home/") + uname;
qDebug("%s: user name %s is mapped to home dir %s", qDebug("%s: user name %s is mapped to home dir %s",
Q_FUNC_INFO, qPrintable(uname), qPrintable(dir)); Q_FUNC_INFO, qPrintable(uname), qPrintable(dir));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment