aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/Task.cpp
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-05-01 11:05:31 -0300
committerflow <thiagodonato300@gmail.com>2022-05-12 18:11:55 -0300
commit57d65177c8ebb5463c88dd8e26f1e0a33f648bed (patch)
tree9dce3e052a5aca871e353946355b113ae8ca2ef6 /launcher/tasks/Task.cpp
parent040ee919e5ea71364daa08c30e09c843976f5734 (diff)
downloadPrismLauncher-57d65177c8ebb5463c88dd8e26f1e0a33f648bed.tar.gz
PrismLauncher-57d65177c8ebb5463c88dd8e26f1e0a33f648bed.tar.bz2
PrismLauncher-57d65177c8ebb5463c88dd8e26f1e0a33f648bed.zip
fix: abort and fail logic in tasks
Also sets up correctly the status connections
Diffstat (limited to 'launcher/tasks/Task.cpp')
-rw-r--r--launcher/tasks/Task.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/tasks/Task.cpp b/launcher/tasks/Task.cpp
index 68e0e8a7..d2d62c9e 100644
--- a/launcher/tasks/Task.cpp
+++ b/launcher/tasks/Task.cpp
@@ -100,6 +100,7 @@ void Task::emitAborted()
m_failReason = "Aborted.";
qDebug() << "Task" << describe() << "aborted.";
emit aborted();
+ emit finished();
}
void Task::emitSucceeded()