diff options
| author | Nico Vertriest <nico.vertriest@digia.com> | 2015-10-14 13:50:13 +0200 |
|---|---|---|
| committer | Nico Vertriest <nico.vertriest@digia.com> | 2015-10-15 13:26:18 +0000 |
| commit | c3bfb4f9ca9dacdfbe81e6a594d18b6070f0edbc (patch) | |
| tree | a08bd45c538640d34be1f8f7f0be41b1ad4279ac /src/quick/util/qquicktextmetrics.cpp | |
| parent | 5b726c3135f7a86e9712d393ae5e75cca73b8e57 (diff) | |
Doc: corrected syntax errors \qmlmethod
Task-number: QTBUG-43810
Change-Id: I694e9046ba32144b084277637b47d7ce23c633a9
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/quick/util/qquicktextmetrics.cpp')
| -rw-r--r-- | src/quick/util/qquicktextmetrics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquicktextmetrics.cpp b/src/quick/util/qquicktextmetrics.cpp index 1dd787f4a5..13ccb515ce 100644 --- a/src/quick/util/qquicktextmetrics.cpp +++ b/src/quick/util/qquicktextmetrics.cpp @@ -244,7 +244,7 @@ QRectF QQuickTextMetrics::tightBoundingRect() const } /*! - \qmlmethod string QtQuick::TextMetrics::elidedText + \qmlproperty string QtQuick::TextMetrics::elidedText This property holds an elided version of the string (i.e., a string with "..." in it) if the string \l text is wider than \l elideWidth. If the |
