refs #345 Style and doxygen.

This commit is contained in:
Mathew Sutcliffe
2014-10-28 19:46:52 +00:00
parent 8f5315b846
commit 798b198d4e
78 changed files with 268 additions and 531 deletions

View File

@@ -11,6 +11,7 @@
#ifndef BLACKMISC_PQLENGTH_H
#define BLACKMISC_PQLENGTH_H
#include "blackmisc/pqphysicalquantity.h"
namespace BlackMisc
@@ -30,13 +31,10 @@ namespace BlackMisc
//! \copydoc CPhysicalQuantity(const QString &unitString)
CLength(const QString &unitString) : CPhysicalQuantity(unitString) {}
//! Virtual destructor
virtual ~CLength() {}
};
} // namespace
} // namespace
}
}
Q_DECLARE_METATYPE(BlackMisc::PhysicalQuantities::CLength)