mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-01 19:30:46 +00: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
|