1 #ifndef NETWORKREPLYTIMEOUT_H
2 #define NETWORKREPLYTIMEOUT_H
5 #include <QScopedPointer>
36 QScopedPointer<DataClass> d;
39 #endif // NETWORKREPLYTIMEOUT_H
NetworkReplyTimeoutHandlingMethod
Definition: NetworkReplyTimeout.h:17
Definition: NetworkReplyTimeout.h:20
Definition: NetworkReplyTimeout.h:19
Definition: NetworkReplyTimeout.h:13
static NetworkReplyTimeout * SetNetworkReplyTimeout(QNetworkReply *networkReply, const int replyTimeout, const NetworkReplyTimeoutHandlingMethod handlingMethod=Abort)
Definition: NetworkReplyTimeout.cpp:28