Make QMetaSequence's d_ptr const
The container interface should really never change. Change-Id: I31dedf5b776da97a747f0eb26f3bc83ce46f3caa Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
ef93fdeb09
commit
ac493c335c
|
|
@ -672,7 +672,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
QtMetaContainerPrivate::QMetaSequenceInterface *d_ptr = nullptr;
|
||||
const QtMetaContainerPrivate::QMetaSequenceInterface *d_ptr = nullptr;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue