fix bug crash when run

This commit is contained in:
Macbook 2024-12-30 20:37:54 +07:00 committed by Yaroslav Yashin
parent 5b663f6397
commit c88150e059
7 changed files with 57 additions and 114 deletions

View file

@ -56,9 +56,6 @@ public:
QString openFile();
void requestInetAccess();
void stopForHandshake();
void waitForHandshake();
signals:
void connectionStateChanged(Vpn::ConnectionState state);
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);