mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: properly emit aborted instead of failed
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
625f0060a1
commit
7bcd2dd768
9 changed files with 11 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ void DataMigrationTask::dryRunFinished()
|
|||
|
||||
void DataMigrationTask::dryRunAborted()
|
||||
{
|
||||
emitFailed(tr("Aborted"));
|
||||
emitAborted();
|
||||
}
|
||||
|
||||
void DataMigrationTask::copyFinished()
|
||||
|
|
@ -81,5 +81,5 @@ void DataMigrationTask::copyFinished()
|
|||
|
||||
void DataMigrationTask::copyAborted()
|
||||
{
|
||||
emitFailed(tr("Aborted"));
|
||||
emitAborted();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue