diff cpp/qt_core/QVariant_shell.cpp @ 87:f46133029d8b

qtd: Implement QMetaType. QVariant may save D types now.
author SokoL_SD
date Tue, 26 May 2009 10:59:07 +0000
parents 374a61671448
children 7ae51fb20f61
line wrap: on
line diff
--- a/cpp/qt_core/QVariant_shell.cpp	Tue May 26 06:25:44 2009 +0000
+++ b/cpp/qt_core/QVariant_shell.cpp	Tue May 26 10:59:07 2009 +0000
@@ -938,7 +938,14 @@
     return __java_return_value;
 }
 
+extern "C" DLL_PUBLIC void *qtd_QVariant_data(void* __this_nativeId)
+{
+    QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId;
+    return __qt_this->data();
+}
+
 // ---externC---end
 // Field accessors
 
 
+