Skip to content

Commit 5d9eb1d

Browse files
author
drswinghead
committed
Merge branch 'master' into v5.12.mrg
2 parents 2558bce + c483489 commit 5d9eb1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qtandroidextras/mod_qclass.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ type JNIEnv struct {
152152
cthis unsafe.Pointer
153153
}
154154

155+
func (this *JNIEnv) GetCthis() unsafe.Pointer { return this.cthis }
156+
155157
func (this *QAndroidJniEnvironment) JNIEnv() *JNIEnv {
156158
rv, err := qtrt.InvokeQtFunc6("C_ZNK22QAndroidJniEnvironmentcvP7_JNIEnvEv",
157159
qtrt.FFI_TYPE_POINTER, this.GetCthis())

0 commit comments

Comments
 (0)