Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/releases/gcc-4.8
/
.
/
libjava
/
classpath
/
native
/
jni
/
qt-peer
/
qtfont.h
blob: d13b8e0983c9628becf5ec119d19781e059c17ab [
file
] [
log
] [
blame
] [
edit
]
#ifndef
QTFONT_H
#define
QTFONT_H
#include
<jni.h>
QFont
*
getFont
(
JNIEnv
*
env
,
jobject obj
);
#endif