smoll changes

This commit is contained in:
fourtf
2019-08-21 00:01:27 +02:00
parent d98318e1cc
commit f3e48c1325
5 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ struct NetworkData {
QNetworkRequest request_;
bool hasCaller_{};
QObjectRef<QObject> caller_;
bool useQuickLoadCache_{};
bool executeConcurrently{};
bool cache_{};
bool executeConcurrently_{};
NetworkReplyCreatedCallback onReplyCreated_;
NetworkErrorCallback onError_;