Implemented support for classname on metaobject.

Export QMetaobject.

Reviewer: Hugo Lima <hugo.lima@openbossa.org>
This commit is contained in:
renato 2009-12-28 16:56:41 -03:00 committed by Hugo Lima
commit b9ce558e29
7 changed files with 371 additions and 14 deletions

View file

@ -41,7 +41,8 @@
using namespace PySide;
GlobalReceiver::GlobalReceiver() : m_metaObject(&QObject::staticMetaObject)
GlobalReceiver::GlobalReceiver()
: m_metaObject("GlobalReceiver", &QObject::staticMetaObject)
{
}