Update interface/src/Application_Events.cpp

Co-authored-by: Julian Groß  <julian.g@posteo.de>
This commit is contained in:
HifiExperiments 2025-05-27 09:14:12 -07:00 committed by GitHub
parent b8aeb53613
commit 571d27cc5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -941,6 +941,7 @@ void Application::processDriverBlocklistReply(const QString& fullDriverToTest, c
// - first_version (optional) (e.g. 32.0.15.6070): If a range is problematic, the first problematic version
// - last_version (optional) (e.g. 32.0.15.6070): If a range is problematic, the final problematic version. If this is not provided,
// all versions above first_version will trigger a warning.
// - description: Description of the issue.
// String values are *case insensitive*
QNetworkReply* reply = static_cast<QNetworkReply*>(sender());
QByteArray data = reply->readAll();