NOISSUE fix bug in unpacking of forge pack200 jar files
This caused failed downloads and broken files to be used.
This commit is contained in:
parent
f032e32133
commit
53b4bd019f
5 changed files with 23 additions and 10 deletions
|
@ -32,7 +32,7 @@ enum JobStatus
|
|||
};
|
||||
|
||||
typedef std::shared_ptr<class NetAction> NetActionPtr;
|
||||
class MULTIMC_LOGIC_EXPORT NetAction : public QObject, public std::enable_shared_from_this<NetAction>
|
||||
class MULTIMC_LOGIC_EXPORT NetAction : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
protected:
|
||||
|
@ -54,10 +54,6 @@ public:
|
|||
{
|
||||
return m_failures;
|
||||
}
|
||||
NetActionPtr getSharedPtr()
|
||||
{
|
||||
return shared_from_this();
|
||||
}
|
||||
|
||||
public:
|
||||
/// the network reply
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue