Fix copy-pasto in QMetaObject::methodCount docs.
Copy-pasto'ed from the propertyCount docs. Change-Id: Iddb4ce9c9559ca274a80deb0785424df108af762 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>bb10
parent
248ccb2889
commit
4184892665
|
|
@ -472,7 +472,7 @@ int QMetaObject::constructorCount() const
|
|||
|
||||
/*!
|
||||
Returns the number of methods in this class, including the number of
|
||||
properties provided by each base class. These include signals and slots
|
||||
methods provided by each base class. These include signals and slots
|
||||
as well as normal member functions.
|
||||
|
||||
Use code like the following to obtain a QStringList containing the methods
|
||||
|
|
|
|||
Loading…
Reference in New Issue