diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-06-16 12:27:53 +0200 |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-06-16 12:27:53 +0200 |
commit | 59ec66675b725f56111e4b133e79828bc6d5d95a (patch) | |
tree | a0e4f04f62d59fa2aa07c4d9c4102284de5574e9 /src/declarative/graphicsitems/qdeclarativetextinput_p.h | |
parent | 50f4129a2664ed72de899f4477b47f91488c04d9 (diff) | |
download | qt4-tools-59ec66675b725f56111e4b133e79828bc6d5d95a.tar.gz |
Write TextInput.positionToRectangle docs.
Also renamed the argument to be more accurate.
Task-number: QTBUG-11168
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextinput_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextinput_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextinput_p.h b/src/declarative/graphicsitems/qdeclarativetextinput_p.h index c539bd3424..03f55aeb78 100644 --- a/src/declarative/graphicsitems/qdeclarativetextinput_p.h +++ b/src/declarative/graphicsitems/qdeclarativetextinput_p.h @@ -112,7 +112,7 @@ public: //Auxilliary functions needed to control the TextInput from QML Q_INVOKABLE int positionAt(int x) const; - Q_INVOKABLE QRectF positionToRectangle(int x) const; + Q_INVOKABLE QRectF positionToRectangle(int pos) const; Q_INVOKABLE void moveCursorSelection(int pos); Q_INVOKABLE void openSoftwareInputPanel(); |