Browse Source

fix(build): fix ifdefs

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

4
src/net/updatecheck.h

@ -52,10 +52,12 @@ signals: @@ -52,10 +52,12 @@ signals:
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED
private slots:
void handleResponse(QNetworkReply* reply);
#endif
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
public slots:
void initUpdate();
#else
#endif
private:
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED

Loading…
Cancel
Save