javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java
changeset 26 dc7c549001d5
parent 21 2a9601315dfc
child 35 85266cc22c7f
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java	Fri May 14 15:47:24 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java	Thu May 27 12:49:31 2010 +0300
@@ -46,4 +46,12 @@
 public static Font newFont(Device device, int handle) {
     return Font.qt_new(device, handle);
 }
+
+/*
+ * From the class Image
+ */
+public static Image createImageWithoutSecurityCheck(Device device,
+        String filename) {
+    return Image.createImageWithoutSecurityCheck(device, filename);
 }
+}