mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-16 00:47:14 +00:00
NOISSUE refactor NetAction to be based on Task
Still missing some things, this is part 1.
This commit is contained in:
@@ -42,7 +42,7 @@ void SequentialTask::subTaskFailed(const QString &msg)
|
||||
}
|
||||
void SequentialTask::subTaskStatus(const QString &msg)
|
||||
{
|
||||
setStatus(msg);
|
||||
setStatusText(msg);
|
||||
}
|
||||
void SequentialTask::subTaskProgress(qint64 current, qint64 total)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user