mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove dummy qHash() implementation for QItemSelectionRange
upstream commit:
c6cdf38e75
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0939c4ea0d
commit
84624250b0
1 changed files with 0 additions and 3 deletions
|
@ -203,9 +203,6 @@ private:
|
|||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(QItemSelectionModel::SelectionFlags)
|
||||
|
||||
// dummy implentation of qHash() necessary for instantiating QList<QItemSelectionRange>::toSet() with MSVC
|
||||
inline uint qHash(const QItemSelectionRange &) { return 0; }
|
||||
|
||||
class Q_GUI_EXPORT QItemSelection : public QList<QItemSelectionRange>
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue