mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
11 lines
208 B
C
11 lines
208 B
C
#ifndef QTFRAME_H
|
|
#define QTFRAME_H
|
|
|
|
#include <jni.h>
|
|
#include <QWidget>
|
|
|
|
QWidget *frameChildWidget( JNIEnv *env, jobject component );
|
|
QWidget *scrollPaneChildWidget( JNIEnv *env, jobject component);
|
|
|
|
#endif
|