From 33336ef2ee6327e2fef3664b01befabcf9972c9b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 29 Feb 2024 12:04:03 +0100 Subject: [PATCH] QNetworkInformation: document a potential SiC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends 1b429d6be42d4282cabed9119d6122061bc9fde0. [ChangeLog][Potentially Source-Incompatible Changes][QtNetwork] The enums in QNetworkInformation must now be scoped when used from QML. The scope is no longer optional. Adding the scope is a backwards-compatible fix. Change-Id: I0855c0c2edd569f486b283b4671cdc3177cb7d3b Reviewed-by: Fabian Kosmale Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit f9653c4ff25a6c7d78e0d5cf2782d4c78d16281c) Reviewed-by: Volker Hilsheimer