added reconnection to vpn after changing any protocol settings
This commit is contained in:
parent
bfc8c10f3d
commit
c0cb5b96bf
11 changed files with 33 additions and 79 deletions
|
|
@ -32,7 +32,7 @@ public slots:
|
|||
QString getLastConnectionError();
|
||||
void onConnectionStateChanged(Vpn::ConnectionState state);
|
||||
|
||||
void onCurrentContainerChanged();
|
||||
void onCurrentContainerUpdated();
|
||||
|
||||
signals:
|
||||
void connectToVpn(int serverIndex, const ServerCredentials &credentials, DockerContainer container,
|
||||
|
|
@ -41,7 +41,7 @@ signals:
|
|||
void connectionStateChanged();
|
||||
|
||||
void connectionErrorOccurred(const QString &errorMessage);
|
||||
void reconnectWithChangedContainer(const QString &message);
|
||||
void reconnectWithUpdatedContainer(const QString &message);
|
||||
|
||||
private:
|
||||
QSharedPointer<ServersModel> m_serversModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue