From a9a953cf1cdd8a6142081b4ecf54060ce6ca993b Mon Sep 17 00:00:00 2001 From: antony-jr Date: Sat, 13 Jul 2019 21:09:41 +0530 Subject: [PATCH] fix(build): add required private slots --- src/net/updatecheck.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/net/updatecheck.h b/src/net/updatecheck.h index c6fbfc3be..b732017cf 100644 --- a/src/net/updatecheck.h +++ b/src/net/updatecheck.h @@ -57,6 +57,10 @@ private slots: #ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED public slots: void initUpdate(); + +private slots: + void handleUpdate(bool); + void handleUpdateEnd(); #endif private: