mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
NOISSUE finalize curse modpack import work
This commit is contained in:
@@ -12,8 +12,8 @@ class MULTIMC_LOGIC_EXPORT FileResolvingTask : public Task
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit FileResolvingTask(QVector<Curse::File> &toProcess);
|
||||
const QVector<Curse::File> &getResults() const
|
||||
explicit FileResolvingTask(Curse::Manifest &toProcess);
|
||||
const Curse::Manifest &getResults() const
|
||||
{
|
||||
return m_toProcess;
|
||||
}
|
||||
@@ -25,7 +25,7 @@ protected slots:
|
||||
void netJobFinished();
|
||||
|
||||
private: /* data */
|
||||
QVector<Curse::File> m_toProcess;
|
||||
Curse::Manifest m_toProcess;
|
||||
QVector<QByteArray> results;
|
||||
NetJobPtr m_dljob;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user