|
@@ -36,6 +36,7 @@ public:
|
|
|
{
|
|
|
disconnect(m_reply, 0, 0, 0);
|
|
|
m_reply->deleteLater();
|
|
|
+ m_reply = NULL;
|
|
|
m_openFile->close();
|
|
|
}
|
|
|
|
|
@@ -109,6 +110,13 @@ public:
|
|
|
return "";
|
|
|
}
|
|
|
|
|
|
+ /////////////////////////////////////////////////////////////////////////////////////////
|
|
|
+ void abort()
|
|
|
+ {
|
|
|
+ if (m_reply)
|
|
|
+ m_reply->abort();
|
|
|
+ }
|
|
|
+
|
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
QString m_url;
|
|
|
QString m_localPath;
|