forked from GerhardHoffmann/DCLibraries
Add getVersions() and resetVersions() for slave-lib
This commit is contained in:
@@ -121,8 +121,13 @@ public:
|
||||
explicit hwapi(QObject *parent = nullptr);
|
||||
|
||||
|
||||
|
||||
#ifdef THIS_IS_CA_MASTER
|
||||
T_datif *myDatif;
|
||||
T_datif *myDatif;
|
||||
#else // THIS_IS_CA_SLAVE
|
||||
QString getVersions();
|
||||
void resetVersions();
|
||||
bool m_resetVersions = false;
|
||||
#endif
|
||||
|
||||
T_runProc *runProcess;
|
||||
@@ -1401,6 +1406,8 @@ public:
|
||||
|
||||
|
||||
signals:
|
||||
void hwapi_restoredVersions();
|
||||
|
||||
void hwapi_reportDCDownloadStatus(QString const&) const override;
|
||||
void hwapi_reportDCDownloadSuccess(QString const&) const override;
|
||||
void hwapi_reportDCDownloadFailure(QString const&) const override;
|
||||
|
Reference in New Issue
Block a user