refactoring

This commit is contained in:
semenov
2024-08-30 14:51:01 +03:00
parent 0c1ec67d4e
commit d805fc190a
45 changed files with 592 additions and 410 deletions

View File

@@ -24,7 +24,7 @@ class UpdateController : public QObject
public:
explicit UpdateController(DataParser *parser,QObject *parent = 0);
void CalculateHash();
void calculateHash();
~UpdateController();
private: