view 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
line wrap: on
line source

#include "qtd_core.h"
#include <qobjectdefs.h>

extern "C" DLL_PUBLIC void* qtd_QMetaObject_superClass(void *nativeId)
{
    return (void*)((QMetaObject*)nativeId)->superClass();
}