Commit 541b0d89 authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Update qtdiag to match the new function names in QSysInfo


Change-Id: I005fa3218755da186e5272fa566e5cdcb83b0b9c
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent d0795292
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -219,7 +219,7 @@ QString qtDiag(unsigned flags)
str << QLibraryInfo::build() << " on \"" << QGuiApplication::platformName() << "\" "
<< '\n'
<< "OS: " << QSysInfo::prettyProductName()
<< " [kernel version " << QSysInfo::productVersion() << "]\n";
<< " [" << QSysInfo::kernelType() << " version " << QSysInfo::kernelVersion() << "]\n";
str << "\nArchitecture: " << QSysInfo::currentCpuArchitecture() << "; features:";
DUMP_CPU_FEATURE(SSE2, "SSE2");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment