Fix typo in QTextDocument::contentsChange() arguments
Change-Id: I2a9a130e77d87041a6551fea1056f3480d45e548 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>bb10
parent
74a0cb417f
commit
eee062b1b9
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue