Well... not exactly, staticMetaObject is a static member, so you don't have to dereference anything to access it --- you just have to know the correct type. Before static methods were introduced into C++, that was a way to simulate them and in fact it's an equivalent of: I'm not sure why it was written that way, but it might have something to do with some limitations of one of the compilers Qt supports or maybe it allows compiler to do some optimizations.
Bookmarks