changeset 251:739d0ee5bd91

Forgot this one
author maxter
date Thu, 20 Aug 2009 19:08:32 +0000
parents 87b23bac5905
children 37eed70de029
files cpp/qt_core/QMetaObject_shell.cpp
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp/qt_core/QMetaObject_shell.cpp	Thu Aug 20 19:08:32 2009 +0000
@@ -0,0 +1,7 @@
+#include "qtd_core.h"
+#include <qobjectdefs.h>
+
+extern "C" DLL_PUBLIC void* qtd_QMetaObject_superClass(void *nativeId)
+{
+    return (void*)((QMetaObject*)nativeId)->superClass();
+}
\ No newline at end of file