mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
style fixes: mostly just things that make my eyes bleed :)
This commit is contained in:
@@ -35,9 +35,9 @@ public:
|
||||
|
||||
/*!
|
||||
* \brief Copy constructor
|
||||
* \param otherVector
|
||||
* \param other
|
||||
*/
|
||||
CVector3D(const CVector3D &otherVector) : CVector3DBase(otherVector) {}
|
||||
CVector3D(const CVector3D &other) : CVector3DBase(other) {}
|
||||
|
||||
/*!
|
||||
* \brief i
|
||||
@@ -97,6 +97,7 @@ public:
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::Math::CVector3D)
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user