mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
Fix unused variable
This commit is contained in:
@@ -613,7 +613,7 @@ void ImportDialog::RunMultiJob(MultiJob* job, std::size_t total_count, u64 total
|
||||
dialog->setMinimumDuration(0);
|
||||
|
||||
connect(job, &MultiJob::NextContent, this,
|
||||
[this, bar, dialog, multiplier,
|
||||
[this, dialog, multiplier,
|
||||
total_count](std::size_t count, const Core::ContentSpecifier& next_content, int eta) {
|
||||
dialog->setLabelText(
|
||||
tr("<p>(%1/%2) %3 (%4)</p><p> </p><p align=\"right\">%5</p>")
|
||||
|
||||
Reference in New Issue
Block a user