_ZN13QTextDocument14appendUndoItemEP17QAbstractUndoItem

Name

QTextDocument::appendUndoItem -- append an item to the undo stack

Synopsis

#include <QtGui/qtextdocument.h>

void QTextDocument::appendUndoItem(QAbstractUndoItem * item);

Description

The QTextDocument::appendUndoItem() function shall append a custom undo item to the undo stack.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.