diff options
author | Bea Lam <bea.lam@nokia.com> | 2011-02-28 02:31:50 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2011-02-28 02:31:50 (GMT) |
commit | 39013a4a8238d522ed1d13adb25e702da9e25fc9 (patch) | |
tree | c1e85dc48950b8f30bbd756f3b8c30be874c6dd1 /src/declarative/graphicsitems/qdeclarativetextedit.cpp | |
parent | b2a0db11c81a47c45d2617b64fef650a830b53f7 (diff) | |
download | Qt-39013a4a8238d522ed1d13adb25e702da9e25fc9.zip Qt-39013a4a8238d522ed1d13adb25e702da9e25fc9.tar.gz Qt-39013a4a8238d522ed1d13adb25e702da9e25fc9.tar.bz2 |
fix/improve docs for new QtQuick 1.1 attributes
Ensure attributes added in QtQuick 1.1 are marked with the
'\since QtQuick 1.1' tag. Also add links to items listed in the
QtQuick 1.1 section in whatsnew.qdoc.
Task-number: QTBUG-17771
Change-Id: Ic8fb3c8d3c99a1469c1767779efaafd27ef460e1
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextedit.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextedit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextedit.cpp b/src/declarative/graphicsitems/qdeclarativetextedit.cpp index 7f383a6..59921d5 100644 --- a/src/declarative/graphicsitems/qdeclarativetextedit.cpp +++ b/src/declarative/graphicsitems/qdeclarativetextedit.cpp @@ -544,6 +544,7 @@ void QDeclarativeTextEdit::setWrapMode(WrapMode mode) /*! \qmlproperty int TextEdit::lineCount + \since Quick 1.1 Returns the total number of lines in the textEdit item. */ @@ -1134,6 +1135,7 @@ void QDeclarativeTextEditPrivate::focusChanged(bool hasFocus) /*! \qmlmethod void TextEdit::deselect() + \since Quick 1.1 Removes active text selection. */ @@ -1381,13 +1383,11 @@ void QDeclarativeTextEdit::updateImgCache(const QRectF &rf) /*! \qmlproperty bool TextEdit::canPaste + \since QtQuick 1.1 Returns true if the TextEdit is writable and the content of the clipboard is suitable for pasting into the TextEdit. - - \since QtQuick 1.1 */ - bool QDeclarativeTextEdit::canPaste() const { Q_D(const QDeclarativeTextEdit); |