rename variable

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-18 22:36:39 +03:00
parent ac8c7baff2
commit 888b22b4c7
2 changed files with 9 additions and 9 deletions

View File

@ -41,8 +41,8 @@ class Hasher : public Task {
QString m_path;
Algorithm m_alg;
QFuture<QString> m_zip_future;
QFutureWatcher<QString> m_zip_watcher;
QFuture<QString> m_future;
QFutureWatcher<QString> m_watcher;
};
Hasher::Ptr createHasher(QString file_path, ModPlatform::ResourceProvider provider);