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
|
@ -14,7 +14,7 @@ class DownloadStatsTelemetry : public QThread
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DownloadStatsTelemetry(const QByteArray &url, const QByteArray &parentcategory, const QByteArray &osname, QObject *parent = nullptr);
|
||||
explicit DownloadStatsTelemetry(const QByteArray &url, const QByteArray &parentcategory, const QByteArray &osname, bool embedded, const QString &imagerLang, QObject *parent = nullptr);
|
||||
|
||||
protected:
|
||||
CURL *_c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue