Update ios_controller.h
This commit is contained in:
parent
b899b2a68f
commit
498cd28a1e
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue