Import config from filesystem on iOS
This commit is contained in:
parent
cacf74af3c
commit
1b3a32f83f
5 changed files with 7 additions and 11 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
signals:
|
||||
void connectionStateChanged(Vpn::ConnectionState state);
|
||||
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
|
||||
void importConfigFromOutside(const QString);
|
||||
|
||||
protected slots:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue