From f24012463d5c0f09b93ddc4bd6e669d68f5ced9d Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 10 Jul 2019 12:14:16 +0200 Subject: [PATCH] KConcatenateRowsProxyModel: add note that Qt 5.13 provides QConcatenateTablesProxyModel No deprecation warnings yet, not everyone uses Qt 5.13... --- src/kconcatenaterowsproxymodel.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kconcatenaterowsproxymodel.h b/src/kconcatenaterowsproxymodel.h index c4bae40..0c78b6f 100644 --- a/src/kconcatenaterowsproxymodel.h +++ b/src/kconcatenaterowsproxymodel.h @@ -56,6 +56,9 @@ class KConcatenateRowsProxyModelPrivate; * * Author: David Faure, KDAB * @since 5.14 + * + * NOTE: this proxy is deprecated in favour of QConcatenateTablesProxyModel, which is + * part of Qt starting from version 5.13. */ class KITEMMODELS_EXPORT KConcatenateRowsProxyModel : public QAbstractItemModel {