refactoring
This commit is contained in:
parent
fa151cd320
commit
9ecb703b99
11 changed files with 56 additions and 44 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue