summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/qt-peer/qtfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/native/jni/qt-peer/qtfont.h')
-rw-r--r--libjava/classpath/native/jni/qt-peer/qtfont.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/qt-peer/qtfont.h b/libjava/classpath/native/jni/qt-peer/qtfont.h
new file mode 100644
index 000000000..d13b8e098
--- /dev/null
+++ b/libjava/classpath/native/jni/qt-peer/qtfont.h
@@ -0,0 +1,8 @@
+#ifndef QTFONT_H
+#define QTFONT_H
+
+#include <jni.h>
+
+QFont *getFont( JNIEnv *env, jobject obj );
+
+#endif