NOISSUE fix multiple issues in ATLauncher integration
This commit is contained in:
parent
434369ca7c
commit
13a7f8d3b7
11 changed files with 175 additions and 105 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "settings/SettingsObject.h"
|
||||
#include "QObjectPtr.h"
|
||||
|
||||
#include <nonstd/optional>
|
||||
|
||||
class QuaZip;
|
||||
namespace Flame
|
||||
{
|
||||
|
@ -60,8 +62,8 @@ private: /* data */
|
|||
QString m_archivePath;
|
||||
bool m_downloadRequired = false;
|
||||
std::unique_ptr<QuaZip> m_packZip;
|
||||
QFuture<QStringList> m_extractFuture;
|
||||
QFutureWatcher<QStringList> m_extractFutureWatcher;
|
||||
QFuture<nonstd::optional<QStringList>> m_extractFuture;
|
||||
QFutureWatcher<nonstd::optional<QStringList>> m_extractFutureWatcher;
|
||||
enum class ModpackType{
|
||||
Unknown,
|
||||
MultiMC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue