mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
Imgur album creation
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
virtual QString getStatus() const;
|
||||
virtual void getProgress(qint64 ¤t, qint64 &total);
|
||||
|
||||
void addTask(std::shared_ptr<Task> task);
|
||||
void addTask(std::shared_ptr<ProgressProvider> task);
|
||||
|
||||
protected:
|
||||
void executeTask();
|
||||
@@ -27,6 +27,6 @@ slots:
|
||||
void subTaskProgress();
|
||||
|
||||
private:
|
||||
QQueue<std::shared_ptr<Task> > m_queue;
|
||||
QQueue<std::shared_ptr<ProgressProvider> > m_queue;
|
||||
int m_currentIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user