Little cleanup

This commit is contained in:
Dmitriy Karpushin 2023-01-17 10:27:14 +03:00
parent ff79ffd1c8
commit c3f423aad5
3 changed files with 0 additions and 26 deletions

View file

@ -251,9 +251,6 @@ android {
QT += core-private
ANDROID_ABIS = $$ANDROID_TARGET_ARCH
}
# else {
# QT += androidextras
# }
DEFINES += MVPN_ANDROID

View file

@ -71,23 +71,6 @@ private:
bool m_serviceConnected = false;
std::function<void(const QString&)> m_logCallback;
// QAndroidBinder m_serviceBinder;
// class VPNBinder : public QAndroidBinder {
// public:
// VPNBinder(AndroidController* controller) : m_controller(controller) {}
// bool onTransact(int code, const QAndroidParcel& data,
// const QAndroidParcel& reply,
// QAndroidBinder::CallType flags) override;
// QString readUTF8Parcel(QAndroidParcel data);
// private:
// AndroidController* m_controller = nullptr;
// };
// VPNBinder m_binder;
static void startActivityForResult(JNIEnv* env, jobject /*thiz*/, jobject intent);
};