If I defined a class:
class Blah {};
How can I:
std::string const className = /* What do I need to do here? */; assert( cla
The QObject->metaObject() method is valid for Qt except the QGraphicsItem based classes that not inherit from QObject...