Files
qt-creator/src/plugins/extensionmanager/extensionsbrowser.cpp
Alessandro Portale 105be75c07 ExtensionManager: Fix host_os field for extension service request
The used QSysInfo::productType() provides various code/distribution
names which in some cases have little to do with the "host_os" that is
expected by the extension service API.

This change involves osTypeToString to instead return plain OS names.

Change-Id: I24b8070342c1de9de9040adcf5e06be967b6a180
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
2024-07-01 05:27:00 +00:00

21 KiB