Skip to content

Commit

Permalink
Fix AppImageUpdater build
Browse files Browse the repository at this point in the history
The method `handleStartup` was renamed to `validateUpdate`, and is now
handled in the `Updater` base class. The `AppImageUpdater` does not need
to override it.
  • Loading branch information
erikjv committed Nov 8, 2024
1 parent 1b05548 commit 78fc97d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/updater/appimageupdater.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class AppImageUpdater : public OCUpdater

public:
explicit AppImageUpdater(const QUrl &url);
bool handleStartup() override;
void backgroundCheckForUpdate() override;

private:
Expand Down

0 comments on commit 78fc97d

Please sign in to comment.