diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2023-06-30 08:46:15 +0200 |
|---|---|---|
| committer | Kai Köhne <kai.koehne@qt.io> | 2024-08-21 19:57:58 +0200 |
| commit | 37824ce81cfc96b984dcfe2467ce7415e6843cd5 (patch) | |
| tree | 3223c6a24afd69ef01719a2b917257f3c9a9b9c3 /src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h | |
| parent | 391586ec633827feada3e70ee144bbfd1b9ae6d7 (diff) | |
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 <ulf.hermann@qt.io>
Diffstat (limited to 'src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h')
| -rw-r--r-- | src/quick/doc/snippets/qml/tableview/cpp-tablemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
