summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/TableViewStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/TableViewStyle.qml')
-rw-r--r--src/controls/Styles/Base/TableViewStyle.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/controls/Styles/Base/TableViewStyle.qml b/src/controls/Styles/Base/TableViewStyle.qml
index ddf15cef7..b866f490d 100644
--- a/src/controls/Styles/Base/TableViewStyle.qml
+++ b/src/controls/Styles/Base/TableViewStyle.qml
@@ -37,19 +37,8 @@
import QtQuick 2.5
import QtQuick.Controls 1.4
-/*!
- \qmltype TableViewStyle
- \inqmlmodule QtQuick.Controls.Styles
- \since 5.1
- \ingroup viewsstyling
- \brief Provides custom styling for TableView
-
- \note This class derives from \l {ScrollViewStyle}
- and supports all of the properties defined there.
-*/
BasicTableViewStyle {
id: root
- /*! The \l TableView this style is attached to. */
readonly property TableView control: __control
}