mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
Use bracket default initialization for PickQuery::_jointState
This commit is contained in:
parent
bfa270375a
commit
c3df710396
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ private:
|
||||||
QVector<QUuid> _ignoreItems;
|
QVector<QUuid> _ignoreItems;
|
||||||
QVector<QUuid> _includeItems;
|
QVector<QUuid> _includeItems;
|
||||||
|
|
||||||
JointState _jointState = JOINT_STATE_NONE;
|
JointState _jointState { JOINT_STATE_NONE };
|
||||||
};
|
};
|
||||||
Q_DECLARE_METATYPE(PickQuery::PickType)
|
Q_DECLARE_METATYPE(PickQuery::PickType)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue