style fixes: mostly just things that make my eyes bleed :)

This commit is contained in:
Mathew Sutcliffe
2013-08-13 22:29:48 +01:00
parent e8b52b33d0
commit 2c781e8b36
50 changed files with 975 additions and 917 deletions

View File

@@ -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