mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 02:06:30 +02:00
use 'using' rather than 'typedef'
This commit is contained in:
parent
5cf233db3a
commit
32c367b644
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ protected:
|
|||
bool _hasInternalKinematicChanges { false };
|
||||
};
|
||||
|
||||
typedef QSet<ObjectMotionState*> SetOfMotionStates;
|
||||
typedef QVector<ObjectMotionState*> VectorOfMotionStates;
|
||||
using SetOfMotionStates = QSet<ObjectMotionState*>;
|
||||
using VectorOfMotionStates = QVector<ObjectMotionState*>;
|
||||
|
||||
#endif // hifi_ObjectMotionState_h
|
||||
|
|
Loading…
Reference in a new issue