annotate cpp/qt_core/QMetaObject_shell.cpp @ 266:5134552d97f6

Bug fix for http://www.dsource.org/forums/viewtopic.php?t=4713
author SokoL_SD
date Fri, 11 Sep 2009 13:50:59 +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 }