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:
parent
a69425ff3f
commit
f20472efa7
@ -419,6 +419,8 @@ QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout()
|
|||||||
\note registerHandler() has to be called once for each object type. This
|
\note registerHandler() has to be called once for each object type. This
|
||||||
means that there is only one handler for multiple replacement characters
|
means that there is only one handler for multiple replacement characters
|
||||||
of the same object type.
|
of the same object type.
|
||||||
|
|
||||||
|
The text document layout does not take ownership of \c component.
|
||||||
*/
|
*/
|
||||||
void QAbstractTextDocumentLayout::registerHandler(int formatType, QObject *component)
|
void QAbstractTextDocumentLayout::registerHandler(int formatType, QObject *component)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user