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
Ulf Hermann 2020-09-07 11:33:27 +02:00
parent ef93fdeb09
commit ac493c335c
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ public:
}
private:
QtMetaContainerPrivate::QMetaSequenceInterface *d_ptr = nullptr;
const QtMetaContainerPrivate::QMetaSequenceInterface *d_ptr = nullptr;
};
QT_END_NAMESPACE