Resolve some variable hiding warnings
(C4456: variable hides previous local declaration)
This commit is contained in:
parent
e331fac004
commit
d87fee05a9
5 changed files with 11 additions and 13 deletions
|
@ -1454,7 +1454,6 @@ void GMainWindow::InstallCIA(QStringList filepaths) {
|
|||
progress_bar->setMaximum(INT_MAX);
|
||||
|
||||
QtConcurrent::run([&, filepaths] {
|
||||
QString current_path;
|
||||
Service::AM::InstallStatus status;
|
||||
const auto cia_progress = [&](std::size_t written, std::size_t total) {
|
||||
emit UpdateProgress(written, total);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue