mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 15:32:14 +02:00
Update interface/src/Application_Events.cpp
Co-authored-by: Julian Groß <julian.g@posteo.de>
This commit is contained in:
parent
b8aeb53613
commit
571d27cc5c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue