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

fix(build): add required private slots

This commit is contained in:
antony-jr 2019-07-13 21:09:41 +05:30
parent d23e4fd709
commit a9a953cf1c
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27

View File

@ -57,6 +57,10 @@ private slots:
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
public slots:
void initUpdate();
private slots:
void handleUpdate(bool);
void handleUpdateEnd();
#endif
private: