diff cpp/qt_core/QVariant_shell.cpp @ 159:7ae51fb20f61

core: add QVariant.type()
author SokoL_SD
date Wed, 17 Jun 2009 15:34:57 +0000
parents f46133029d8b
children 7dd099050621
line wrap: on
line diff
--- a/cpp/qt_core/QVariant_shell.cpp	Wed Jun 17 15:28:25 2009 +0000
+++ b/cpp/qt_core/QVariant_shell.cpp	Wed Jun 17 15:34:57 2009 +0000
@@ -926,6 +926,18 @@
     return __java_return_value;
 }
 
+// QVariant::type() const
+extern "C" DLL_PUBLIC int qtd_QVariant_type
+(void* __this_nativeId)
+{
+    QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId;
+    int  __qt_return_value = __qt_this->type();
+
+    int __java_return_value = __qt_return_value;
+
+    return __java_return_value;
+}
+
 // QVariant::userType() const
 extern "C" DLL_PUBLIC int qtd_QVariant_userType
 (void* __this_nativeId)