mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Extend telemetry to include OS Imager is being run on
This commit is contained in:
parent
3ac4ee7326
commit
538cf8c9dd
5 changed files with 39 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue