From 9a5ab4557ebd277fea9ffd9e35608d6e69048338 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 7 Nov 2024 19:27:20 +0100 Subject: [PATCH] Fix AppImageUpdater build The method `handleStartup` was renamed to `validateUpdate`, and is now handled in the `Updater` base class. The `AppImageUpdater` does not need to override it. --- src/gui/updater/appimageupdater.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/updater/appimageupdater.h b/src/gui/updater/appimageupdater.h index 183126db151..0561678d10b 100644 --- a/src/gui/updater/appimageupdater.h +++ b/src/gui/updater/appimageupdater.h @@ -31,7 +31,6 @@ class AppImageUpdater : public OCUpdater public: explicit AppImageUpdater(const QUrl &url); - bool handleStartup() override; void backgroundCheckForUpdate() override; private: