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();
|
QString openFile();
|
||||||
|
|
||||||
void requestInetAccess();
|
void requestInetAccess();
|
||||||
|
|
||||||
|
void stopForHandshake();
|
||||||
|
void waitForHandshake();
|
||||||
signals:
|
signals:
|
||||||
void connectionStateChanged(Vpn::ConnectionState state);
|
void connectionStateChanged(Vpn::ConnectionState state);
|
||||||
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
|
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
|
||||||
|
|
@ -62,9 +65,6 @@ signals:
|
||||||
void importBackupFromOutside(const QString);
|
void importBackupFromOutside(const QString);
|
||||||
|
|
||||||
void finished();
|
void finished();
|
||||||
|
|
||||||
void stopForHandshake();
|
|
||||||
void waitForHandshake();
|
|
||||||
protected slots:
|
protected slots:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue