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

Commit

Permalink
fix(build): fix ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Jul 27, 2019
1 parent f4d9cff commit d23e4fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/net/updatecheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ class UpdateCheck : public QObject
#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
Expand Down

0 comments on commit d23e4fd

Please sign in to comment.