diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-05-03 23:11:52 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-05-03 23:13:49 +0200 |
commit | e76e6329cdf4f1613c6303debd3ca43493147f7b (patch) | |
tree | 69a21f72da050a7c67435eae8850a73942ada1bd /api/logic/tasks/SequentialTask.cpp | |
parent | 0efa714ba55a33ea6dbcbd08b50c0b09675ce83b (diff) | |
download | PrismLauncher-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar.gz PrismLauncher-e76e6329cdf4f1613c6303debd3ca43493147f7b.tar.bz2 PrismLauncher-e76e6329cdf4f1613c6303debd3ca43493147f7b.zip |
NOISSUE Revert all recent changes to NetAction and NetJob
Diffstat (limited to 'api/logic/tasks/SequentialTask.cpp')
-rw-r--r-- | api/logic/tasks/SequentialTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/tasks/SequentialTask.cpp b/api/logic/tasks/SequentialTask.cpp index bcf69a0d..ac0e7820 100644 --- a/api/logic/tasks/SequentialTask.cpp +++ b/api/logic/tasks/SequentialTask.cpp @@ -42,7 +42,7 @@ void SequentialTask::subTaskFailed(const QString &msg) } void SequentialTask::subTaskStatus(const QString &msg) { - setStatusText(msg); + setStatus(msg); } void SequentialTask::subTaskProgress(qint64 current, qint64 total) { |