mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Native android service implemented
This commit is contained in:
@@ -66,6 +66,7 @@ enum ErrorCode
|
||||
CloakExecutableCrashed
|
||||
};
|
||||
|
||||
|
||||
namespace config {
|
||||
// config keys
|
||||
const char key_openvpn_config_data[] = "openvpn_config_data";
|
||||
@@ -78,4 +79,6 @@ const char key_wireguard_config_data[] = "wireguard_config_data";
|
||||
|
||||
} // namespace amnezia
|
||||
|
||||
Q_DECLARE_METATYPE(amnezia::ErrorCode)
|
||||
|
||||
#endif // DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user