KConcatenateRowsProxyModel: add note that Qt 5.13 provides QConcatenateTablesProxyModel

No deprecation warnings yet, not everyone uses Qt 5.13...
wilder
David Faure 7 years ago
parent 07528352de
commit f24012463d
  1. 3
      src/kconcatenaterowsproxymodel.h

@ -56,6 +56,9 @@ class KConcatenateRowsProxyModelPrivate;
* *
* Author: David Faure, KDAB * Author: David Faure, KDAB
* @since 5.14 * @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 class KITEMMODELS_EXPORT KConcatenateRowsProxyModel : public QAbstractItemModel
{ {

Loading…
Cancel
Save