Doc: Small addition to QAbstractTextDocumentLayout::registerHandler()

Task-number: QTBUG-23345
Change-Id: I6f768472aaef95f5dd88cf896ef3e635d223b635
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@nokia.com>
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
This commit is contained in:
Geir Vattekar 2012-08-14 15:01:07 +02:00 committed by Qt by Nokia
parent a69425ff3f
commit f20472efa7

View File

@ -419,6 +419,8 @@ QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout()
\note registerHandler() has to be called once for each object type. This
means that there is only one handler for multiple replacement characters
of the same object type.
The text document layout does not take ownership of \c component.
*/
void QAbstractTextDocumentLayout::registerHandler(int formatType, QObject *component)
{