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:
parent
f4d9cff7d4
commit
d23e4fd709
|
@ -52,10 +52,12 @@ signals:
|
||||||
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
||||||
private slots:
|
private slots:
|
||||||
void handleResponse(QNetworkReply* reply);
|
void handleResponse(QNetworkReply* reply);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
||||||
public slots:
|
public slots:
|
||||||
void initUpdate();
|
void initUpdate();
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
#ifndef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue
Block a user