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:
parent
d23e4fd709
commit
a9a953cf1c
|
@ -57,6 +57,10 @@ private slots:
|
|||
#ifdef APPIMAGE_UPDATER_BRIDGE_ENABLED
|
||||
public slots:
|
||||
void initUpdate();
|
||||
|
||||
private slots:
|
||||
void handleUpdate(bool);
|
||||
void handleUpdateEnd();
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue
Block a user