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