Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
This commit is contained in:
commit
6bb85deca6
4 changed files with 25 additions and 29 deletions
|
@ -109,14 +109,8 @@ public:
|
|||
|
||||
QString routeModeString(RouteMode mode) const;
|
||||
|
||||
RouteMode routeMode() const
|
||||
{
|
||||
return static_cast<RouteMode>(m_settings.value("Conf/routeMode", 0).toInt());
|
||||
}
|
||||
void setRouteMode(RouteMode mode)
|
||||
{
|
||||
m_settings.setValue("Conf/routeMode", mode);
|
||||
}
|
||||
RouteMode routeMode() const;
|
||||
void setRouteMode(RouteMode mode) { m_settings.setValue("Conf/routeMode", mode); }
|
||||
|
||||
QVariantMap vpnSites(RouteMode mode) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue