We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2558bce + c483489 commit 5d9eb1dCopy full SHA for 5d9eb1d
qtandroidextras/mod_qclass.go
@@ -152,6 +152,8 @@ type JNIEnv struct {
152
cthis unsafe.Pointer
153
}
154
155
+func (this *JNIEnv) GetCthis() unsafe.Pointer { return this.cthis }
156
+
157
func (this *QAndroidJniEnvironment) JNIEnv() *JNIEnv {
158
rv, err := qtrt.InvokeQtFunc6("C_ZNK22QAndroidJniEnvironmentcvP7_JNIEnvEv",
159
qtrt.FFI_TYPE_POINTER, this.GetCthis())
0 commit comments