Native android service implemented
This commit is contained in:
parent
d553d7f772
commit
eb497be730
81 changed files with 6442 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue