Remove undefined method logicalIndex

The method isn't used and not even defined.

Change-Id: If442806e8d4b7e5ac8f83bc783163c02bbabf47f
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Ingo Klöcker 2024-04-21 16:20:08 +02:00
parent 250176a413
commit 60432b02f1
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ public:
private:
QModelIndex indexFromLogical(int row, int column = 0) const;
inline int logicalIndex(const QModelIndex &index) const;
};
#endif