Merge pull request #1113 from timoreo22/develop
Fix compilation warning due to uninitiated variables.
This commit is contained in:
commit
3c0a6987cd
@ -136,7 +136,7 @@ void PackInstallTask::onDownloadSucceeded()
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
emitFailed(tr("Unsupported installation mode"));
|
emitFailed(tr("Unsupported installation mode"));
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display message if one exists
|
// Display message if one exists
|
||||||
|
Loading…
Reference in New Issue
Block a user