mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
committed by
Mathew Sutcliffe
parent
c6da7b0d35
commit
ded6fc012e
@@ -6,7 +6,7 @@
|
||||
#ifndef BLACKMISC_PQBASE_H
|
||||
#define BLACKMISC_PQBASE_H
|
||||
|
||||
#include "blackmisc/streamable.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/debug.h"
|
||||
#include "blackmisc/mathematics.h"
|
||||
#include <QCoreApplication>
|
||||
@@ -24,7 +24,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* \brief Base class for all units, such as meter, hertz.
|
||||
*/
|
||||
class CMeasurementUnit : public CStreamable
|
||||
class CMeasurementUnit : public CValueObject
|
||||
{
|
||||
protected:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user