Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): add required private slots
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Jul 27, 2019
1 parent d23e4fd commit a9a953c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/net/updatecheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ private slots:
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
public slots:
void initUpdate();

private slots:
void handleUpdate(bool);
void handleUpdateEnd();
#endif

private:
Expand Down

0 comments on commit a9a953c

Please sign in to comment.