We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c6f95 commit 007f3b1Copy full SHA for 007f3b1
Desktop/gui/aboutmodel.cpp
@@ -82,7 +82,7 @@ QString AboutModel::systemInfo()
82
info += "Kernel Version: " + QSysInfo::kernelVersion() + "\n";
83
info += "Architecture: " + QSysInfo::currentCpuArchitecture() + "\n";
84
info += "Install Path: " + QCoreApplication::applicationDirPath() + "\n";
85
- info += "Platfotm Name: " + QGuiApplication::platformName() + "\n";
+ info += "Platform Name: " + QGuiApplication::platformName() + "\n";
86
info += "System Local: " + QLocale::system().name() + "\n\n";
87
88
process.start(command, arguments);
0 commit comments