comparison 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
comparison
equal deleted inserted replaced
86:bee1446909c5 87:f46133029d8b
936 int __java_return_value = __qt_return_value; 936 int __java_return_value = __qt_return_value;
937 937
938 return __java_return_value; 938 return __java_return_value;
939 } 939 }
940 940
941 extern "C" DLL_PUBLIC void *qtd_QVariant_data(void* __this_nativeId)
942 {
943 QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId;
944 return __qt_this->data();
945 }
946
941 // ---externC---end 947 // ---externC---end
942 // Field accessors 948 // Field accessors
943 949
944 950
951