diff options
Diffstat (limited to 'src/quicktemplates/qquicktreeviewdelegate.cpp')
| -rw-r--r-- | src/quicktemplates/qquicktreeviewdelegate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates/qquicktreeviewdelegate.cpp b/src/quicktemplates/qquicktreeviewdelegate.cpp index 22ffc777fe..5294b7754f 100644 --- a/src/quicktemplates/qquicktreeviewdelegate.cpp +++ b/src/quicktemplates/qquicktreeviewdelegate.cpp @@ -205,7 +205,7 @@ QT_BEGIN_NAMESPACE If no indicator is visible, the space will be between the left edge of the view and the left edge of the contentItem. - \sa rightMargin, indentation, {QQuickControl::}{spacing} + \sa rightMargin, indentation, {QtQuick.Controls::Control::}{spacing} */ /*! @@ -214,7 +214,7 @@ QT_BEGIN_NAMESPACE This property holds the space between the right edge of the view and the right edge of the contentItem. - \sa leftMargin, indentation, {QQuickControl::}{spacing} + \sa leftMargin, indentation, {QtQuick.Controls::Control::}{spacing} */ using namespace Qt::Literals::StringLiterals; |
