Move QMetaMethod ctor back into a private section
Its symbol changed once it was changed to protected, so even if it's unlikely to have been imported in any application let's just change it back to private. Change-Id: I21b4a471caedb8edc8e1a04f706eae541b3c12fd Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 36619181fb0e507d4a092d74d7ad31c513ddaead) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
ed739a5c42
commit
5ef1bdcd60
@ -240,9 +240,11 @@ protected:
|
||||
|
||||
const uint *d;
|
||||
};
|
||||
private:
|
||||
constexpr QMetaMethod(const QMetaObject *metaObject, const Data &data_)
|
||||
: mobj(metaObject), data(data_)
|
||||
{}
|
||||
protected:
|
||||
|
||||
const QMetaObject *mobj;
|
||||
Data data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user