SCRATCH separate the generic updater logic from the application
This commit is contained in:
parent
7a71ecd8af
commit
4730f54df7
31 changed files with 1056 additions and 1104 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <QUrl>
|
||||
#include <memory>
|
||||
#include <QNetworkReply>
|
||||
#include <logic/QObjectPtr.h>
|
||||
|
||||
enum JobStatus
|
||||
{
|
||||
|
@ -58,7 +59,7 @@ public:
|
|||
|
||||
public:
|
||||
/// the network reply
|
||||
std::shared_ptr<QNetworkReply> m_reply;
|
||||
QObjectPtr<QNetworkReply> m_reply;
|
||||
|
||||
/// the content of the content-type header
|
||||
QString m_content_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue