From e0fc998e87dcf4acfb06cc5ff840498e4cbc3f6b Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Fri, 5 Jun 2020 21:44:10 +0200 Subject: ItemModels: remove deprecated functions Change-Id: Id3430493a62b11977f64e146f7668ca30935b959 Reviewed-by: Volker Hilsheimer --- src/gui/itemmodels/qstandarditemmodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/itemmodels/qstandarditemmodel.h') diff --git a/src/gui/itemmodels/qstandarditemmodel.h b/src/gui/itemmodels/qstandarditemmodel.h index 34747fa86b..f7d8ffd51a 100644 --- a/src/gui/itemmodels/qstandarditemmodel.h +++ b/src/gui/itemmodels/qstandarditemmodel.h @@ -329,8 +329,6 @@ public: int rowCount(const QModelIndex &parent = QModelIndex()) const override; int columnCount(const QModelIndex &parent = QModelIndex()) const override; bool hasChildren(const QModelIndex &parent = QModelIndex()) const override; - // Qt 6: Remove - QModelIndex sibling(int row, int column, const QModelIndex &idx) const override; QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) override; -- cgit v1.2.3