Extend telemetry to include OS Imager is being run on

This commit is contained in:
Floris Bos 2022-02-03 11:41:23 +01:00
parent 3ac4ee7326
commit 538cf8c9dd
5 changed files with 39 additions and 7 deletions

View file

@ -156,7 +156,7 @@ protected slots:
protected:
QUrl _src, _repo;
QString _dst, _cacheFileName, _parentCategory, _osName, _currentLang, _currentKeyboard;
QString _dst, _cacheFileName, _parentCategory, _osName, _currentLang, _currentLangcode, _currentKeyboard;
QByteArray _expectedHash, _cachedFileHash, _cmdline, _config, _firstrun, _cloudinit, _cloudinitNetwork, _initFormat;
quint64 _downloadLen, _extrLen, _devLen, _dlnow, _verifynow;
DriveListModel _drivelist;