From 37824ce81cfc96b984dcfe2467ce7415e6843cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 30 Jun 2023 08:46:15 +0200 Subject: Doc: Remove QML versioning from TableView code snippets The versioning is irrelevant for the snippet purpose - see https://doc.qt.io/qt-6/qml-qtquick-tableview.html#example-usage Pick-to: 6.8 Change-Id: I5b6abb3334d66453689b10651ed0ddffaf9ab697 Reviewed-by: Ulf Hermann --- src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h') diff --git a/src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h b/src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h index 1de11ed48f..c31a1d547a 100644 --- a/src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h +++ b/src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h @@ -12,7 +12,6 @@ class TableModel : public QAbstractTableModel { Q_OBJECT QML_ELEMENT - QML_ADDED_IN_VERSION(1, 1) public: int rowCount(const QModelIndex & = QModelIndex()) const override -- cgit v1.2.3