mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
refactoring
This commit is contained in:
@@ -66,18 +66,6 @@ enum ErrorCode
|
||||
CloakExecutableCrashed
|
||||
};
|
||||
|
||||
|
||||
namespace config {
|
||||
// config keys
|
||||
const char key_openvpn_config_data[] = "openvpn_config_data";
|
||||
const char key_openvpn_config_path[] = "openvpn_config_path";
|
||||
const char key_shadowsocks_config_data[] = "shadowsocks_config_data";
|
||||
const char key_cloak_config_data[] = "cloak_config_data";
|
||||
const char key_wireguard_config_data[] = "wireguard_config_data";
|
||||
const char key_ikev2_config_data[] = "ikev2_config_data";
|
||||
|
||||
}
|
||||
|
||||
} // namespace amnezia
|
||||
|
||||
Q_DECLARE_METATYPE(amnezia::ErrorCode)
|
||||
|
||||
Reference in New Issue
Block a user