Browse Source

fix(build): add required private slots

reviewable/pr5747/r7
antony-jr 6 years ago
parent
commit
a9a953cf1c
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27
  1. 4
      src/net/updatecheck.h

4
src/net/updatecheck.h

@ -57,6 +57,10 @@ private slots: @@ -57,6 +57,10 @@ private slots:
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
public slots:
void initUpdate();
private slots:
void handleUpdate(bool);
void handleUpdateEnd();
#endif
private:

Loading…
Cancel
Save