read dc-verion directly from binary file

This commit is contained in:
2024-11-28 12:53:44 +01:00
committed by Siegfried Siegert
parent e82b92b95b
commit e1e2008aa6
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;