diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-06-30 05:16:12 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-06-30 05:16:12 (GMT) |
commit | 5f5c234f7ca57ca1db7b30d358e6c63bf4643c7b (patch) | |
tree | beef4f9caa20afb7274708784d1aef8c31eccf7d /src/declarative/graphicsitems/qdeclarativetextinput.cpp | |
parent | 966fe022d5b4a9f108138c0b0889d07d46f8e0ca (diff) | |
download | Qt-5f5c234f7ca57ca1db7b30d358e6c63bf4643c7b.zip Qt-5f5c234f7ca57ca1db7b30d358e6c63bf4643c7b.tar.gz Qt-5f5c234f7ca57ca1db7b30d358e6c63bf4643c7b.tar.bz2 |
Remove the old font.outline documentation
Text.style is the correct property, and this has never been available
in TextInput or TextEdit.
Task-number: QTBUG-11828
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextinput.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextinput.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextinput.cpp b/src/declarative/graphicsitems/qdeclarativetextinput.cpp index ef40f98..8d68129 100644 --- a/src/declarative/graphicsitems/qdeclarativetextinput.cpp +++ b/src/declarative/graphicsitems/qdeclarativetextinput.cpp @@ -152,12 +152,6 @@ void QDeclarativeTextInput::setText(const QString &s) */ /*! - \qmlproperty bool TextInput::font.outline - - Sets whether the font has an outline style. -*/ - -/*! \qmlproperty bool TextInput::font.strikeout Sets whether the font has a strikeout style. |