Add getDcSoftAndHardWareVersion() utility.
This commit is contained in:
parent
b2798b349e
commit
3e925756cf
1
update.h
1
update.h
@ -87,6 +87,7 @@ private:
|
|||||||
bool updateDeviceConf(QString jsFileToSendToDC);
|
bool updateDeviceConf(QString jsFileToSendToDC);
|
||||||
bool downloadJson(enum FileTypeJson type, int templateIdx,
|
bool downloadJson(enum FileTypeJson type, int templateIdx,
|
||||||
QString jsFileToSendToDC) const;
|
QString jsFileToSendToDC) const;
|
||||||
|
QStringList getDcSoftAndHardWareVersion();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void readyReadStandardOutput();
|
void readyReadStandardOutput();
|
||||||
|
Loading…
Reference in New Issue
Block a user