Writing cache files async

This commit is contained in:
fourtf
2019-08-20 22:06:27 +02:00
parent d6627b531e
commit 7d842e6cf7
2 changed files with 12 additions and 12 deletions
-2
View File
@@ -53,8 +53,6 @@ struct NetworkData {
QString getHash();
void writeToCache(const QByteArray &bytes);
private:
QString hash_;
};