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
|
||||
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…
Reference in New Issue
Block a user