Update ios_controller.h

This commit is contained in:
AnhTVc 2024-12-07 13:07:05 +07:00 committed by GitHub
parent b899b2a68f
commit 498cd28a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,9 @@ public:
QString openFile();
void requestInetAccess();
void stopForHandshake();
void waitForHandshake();
signals:
void connectionStateChanged(Vpn::ConnectionState state);
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
@ -62,9 +65,6 @@ signals:
void importBackupFromOutside(const QString);
void finished();
void stopForHandshake();
void waitForHandshake();
protected slots:
private: