Android project restructuring
This commit is contained in:
parent
bc68c487ee
commit
5a5ea4a018
17 changed files with 46 additions and 48 deletions
|
@ -21,7 +21,7 @@ namespace
|
|||
{
|
||||
AndroidController *s_instance = nullptr;
|
||||
|
||||
constexpr auto PERMISSIONHELPER_CLASS = "org/amnezia/vpn/qt/VPNPermissionHelper";
|
||||
constexpr auto PERMISSIONHELPER_CLASS = "org/amnezia/vpn/VPNPermissionHelper";
|
||||
} // namespace
|
||||
|
||||
AndroidController::AndroidController() : QObject()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
namespace
|
||||
{
|
||||
AndroidVPNActivity *s_instance = nullptr;
|
||||
constexpr auto CLASSNAME = "org.amnezia.vpn.qt.VPNActivity";
|
||||
constexpr auto CLASSNAME = "org.amnezia.vpn.AmneziaActivity";
|
||||
}
|
||||
|
||||
AndroidVPNActivity::AndroidVPNActivity()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue