Import config from filesystem on iOS

This commit is contained in:
Mykola Baibuz 2023-09-01 14:49:10 +03:00
parent cacf74af3c
commit 1b3a32f83f
5 changed files with 7 additions and 11 deletions

View file

@ -49,6 +49,7 @@ public:
signals:
void connectionStateChanged(Vpn::ConnectionState state);
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
void importConfigFromOutside(const QString);
protected slots: