summaryrefslogtreecommitdiffstats
path: root/src/core/services/qsysteminformationservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/qsysteminformationservice.cpp')
-rw-r--r--src/core/services/qsysteminformationservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/services/qsysteminformationservice.cpp b/src/core/services/qsysteminformationservice.cpp
index 212038eea..87cc08e59 100644
--- a/src/core/services/qsysteminformationservice.cpp
+++ b/src/core/services/qsysteminformationservice.cpp
@@ -430,7 +430,7 @@ void QSystemInformationService::dumpCommand(const QString &command)
return;
}
}
- qWarning() << res;
+ qWarning() << qPrintable(res.toString());
}
}