We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4764777 commit 386cee7Copy full SHA for 386cee7
2 files changed
include/nuts/UpdateManager.h
@@ -42,6 +42,8 @@ class NUTS_EXPORT UpdateManager : public QObject {
42
SystemInterface* m_sysInterface;
43
44
QString m_minTarget;
45
+ QString m_otaFile;
46
+ QString m_otaBranch;
47
QString m_updateUrl;
48
QString m_updateChecksum;
49
QString m_otaChecksum;
@@ -61,8 +63,6 @@ class NUTS_EXPORT UpdateManager : public QObject {
61
63
bool runCleanupCrew();
62
64
void cleanup();
65
- bool downloadAndVerifyComponent(const QString& componentName, const QString& expectedChecksum);
-
66
// Version comparison helper
67
static int compareVersions(const QString& version1, const QString& version2);
68
};
0 commit comments