summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicTableView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/BasicTableView.qml')
-rw-r--r--src/controls/Private/BasicTableView.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/controls/Private/BasicTableView.qml b/src/controls/Private/BasicTableView.qml
index 48e6eadc..1a4c8416 100644
--- a/src/controls/Private/BasicTableView.qml
+++ b/src/controls/Private/BasicTableView.qml
@@ -57,7 +57,6 @@ import QtQuick.Window 2.2
/*!
\qmltype BasicTableView
- \internal
\qmlabstract
\inqmlmodule QtQuick.Controls.Private
*/
@@ -98,7 +97,6 @@ ScrollView {
property Component itemDelegate: __style ? __style.itemDelegate : null
/*! \qmlproperty Component BasicTableView::rowDelegate
- \keyword basictableview-rowdelegate
This property defines a delegate to draw a row.
@@ -121,7 +119,6 @@ ScrollView {
property Component rowDelegate: __style ? __style.rowDelegate : null
/*! \qmlproperty Component BasicTableView::headerDelegate
- \keyword basictableview-headerdelegate
This property defines a delegate to draw a header.