summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QFilePreview.cpp
blob: c8ea6cfe3530055d8b2b36e4812fcd73cd14c658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Auto-generated by kalyptus. DO NOT EDIT.
#include <qfiledialog.h>
#include <qurl.h>

#include <qtjava/QtSupport.h>
#include <qtjava/QFilePreview.h>

JNIEXPORT void JNICALL
Java_org_kde_qt_QFilePreview_previewUrl(JNIEnv* env, jobject obj, jobject url)
{
	((QFilePreview*) QtSupport::getQt(env, obj))->previewUrl((const QUrl&)*(const QUrl*) QtSupport::getQt(env, url));
	return;
}