1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(build): fix ifdefs

This commit is contained in:
antony-jr 2019-07-13 20:55:53 +05:30
parent f4d9cff7d4
commit d23e4fd709
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27

View File

@ -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