blob: 1207aa1d358560b1705c5eab9a9adf2338efd393 [file] [log] [blame]
#ifndef NATIVEWRAPPER_H
#define NATIVEWRAPPER_H
#include <jni.h>
void *getNativeObject( JNIEnv *env, jobject qtcomponent );
void setNativeObject( JNIEnv *env, jobject qtcomponent, void *ptr );
#endif