Fix typo in QTextDocument::contentsChange() arguments

Change-Id: I2a9a130e77d87041a6551fea1056f3480d45e548
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
bb10
J-P Nurmi 2013-09-01 18:18:36 +02:00 committed by The Qt Project
parent 74a0cb417f
commit eee062b1b9
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public:
void setDefaultCursorMoveStyle(Qt::CursorMoveStyle style);
Q_SIGNALS:
void contentsChange(int from, int charsRemoves, int charsAdded);
void contentsChange(int from, int charsRemoved, int charsAdded);
void contentsChanged();
void undoAvailable(bool);
void redoAvailable(bool);