PDA

View Full Version : QMetaMethod::Method



magland
14th June 2007, 09:26
I've been looking at QMetaObject for various QObject's, and I am not finding any meta methods of type "QMetaMethod::Method", i.e. they are all signals and slots. Is QMetaObject supposed to contain information about the methods of a QObject, and if not what is the QMetaMethod::Method type for?

gri
14th June 2007, 10:22
Maybe it's used when you declared something with Q_INTERFACES/Q_DECLARE_INTERFACES ?