read dc-verion directly from binary file

This commit is contained in:
2024-11-28 12:53:44 +01:00
parent 6663866743
commit 11524b8389
4 changed files with 31 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ public:
virtual ~Update() override;
bool doUpdate();
static QString dcVersion(QString const &dcBinFile);
private:
DownloadResult sendStatus(int ret) const;