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
parent
250176a413
commit
60432b02f1
|
|
@ -144,8 +144,6 @@ public:
|
|||
|
||||
private:
|
||||
QModelIndex indexFromLogical(int row, int column = 0) const;
|
||||
|
||||
inline int logicalIndex(const QModelIndex &index) const;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue