refactoring: naming notify

This commit is contained in:
semenov
2024-08-28 10:44:35 +03:00
parent 9d1c8277d5
commit 3e43e897e7
14 changed files with 66 additions and 57 deletions

View File

@@ -72,7 +72,7 @@ private:
void Initialize();
void UpdateProgress(qint64 size,quint64 sended);
void LoadComplete();
void SetNeedUpdate(bool flag,quint64 size);
void SetNeedUpdate(bool flag,quint64 size,quint64 fileCount);
void LostConnection();
void CheckLoginResult(ServerAuthorization * serverAuth);
void CheckAppAvailable();