#ifndef NATIVEWRAPPER_H #define NATIVEWRAPPER_H #include void *getNativeObject( JNIEnv *env, jobject qtcomponent ); void setNativeObject( JNIEnv *env, jobject qtcomponent, void *ptr ); #endif