SCRATCH NetAction fix
This commit is contained in:
parent
23d0bd8edd
commit
db5e55e026
@ -21,6 +21,8 @@
|
|||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
#include <QObjectPtr.h>
|
#include <QObjectPtr.h>
|
||||||
|
|
||||||
|
#include "multimc_logic_export.h"
|
||||||
|
|
||||||
enum JobStatus
|
enum JobStatus
|
||||||
{
|
{
|
||||||
Job_NotStarted,
|
Job_NotStarted,
|
||||||
@ -30,7 +32,7 @@ enum JobStatus
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef std::shared_ptr<class NetAction> NetActionPtr;
|
typedef std::shared_ptr<class NetAction> NetActionPtr;
|
||||||
class NetAction : public QObject, public std::enable_shared_from_this<NetAction>
|
class MULTIMC_LOGIC_EXPORT NetAction : public QObject, public std::enable_shared_from_this<NetAction>
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user