branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/src/gui/widgets/qplaintextedit.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/widgets/qplaintextedit.h Thu Jul 22 16:41:55 2010 +0100 @@ -159,6 +159,8 @@ QRect cursorRect(const QTextCursor &cursor) const; QRect cursorRect() const; + QString anchorAt(const QPoint &pos) const; + bool overwriteMode() const; void setOverwriteMode(bool overwrite);