aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-23 21:19:44 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-23 21:19:44 -0500
commit0c3ec1dc38b48e8b4adfafd97967322201e91e7b (patch)
treec9d6cd0a2591dbf2b27de314134dcfd39d34cc79 /src
parent48b91ef0b04d8b8fc5ea003288cb72b5753fba34 (diff)
Fix: leftover tar-> reference after rename to extractor->
Last commit renamed the QProcess variable but missed the final extractor->start(), breaking the build. No logic change beyond completing the rename. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'src')
-rw-r--r--src/src/settingsdialogupdates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/settingsdialogupdates.cpp b/src/src/settingsdialogupdates.cpp
index 83c698c..d750725 100644
--- a/src/src/settingsdialogupdates.cpp
+++ b/src/src/settingsdialogupdates.cpp
@@ -397,6 +397,6 @@ void UpdatesSettingsTab::onInstall()
QTimer::singleShot(250, qApp,
[]() { QCoreApplication::quit(); });
});
- tar->start();
+ extractor->start();
});
}