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
Stephen Kelly 2013-01-03 16:06:44 +01:00 committed by The Qt Project
parent 248ccb2889
commit 4184892665
1 changed files with 1 additions and 1 deletions

View File

@ -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