annotate cpp/qt_core/QMetaObject_shell.cpp @ 255:c9e2206661ae

(none)
author maxter
date Sun, 30 Aug 2009 11:26:08 +0000
parents 739d0ee5bd91
children 49bfc86ff583 5bcfe9e7db7f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
251
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
1 #include "qtd_core.h"
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
2 #include <qobjectdefs.h>
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
3
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
4 extern "C" DLL_PUBLIC void* qtd_QMetaObject_superClass(void *nativeId)
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
5 {
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
6 return (void*)((QMetaObject*)nativeId)->superClass();
739d0ee5bd91 Forgot this one
maxter
parents:
diff changeset
7 }