mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
renamed CBaseStreamStringifier to CStreamable
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#define BLACKMISC_AVIOBASE_H
|
||||
|
||||
// QtGlobal is required for asserts
|
||||
#include "blackmisc/basestreamstringifier.h"
|
||||
#include "blackmisc/streamable.h"
|
||||
#include "blackmisc/pqconstants.h"
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Aviation
|
||||
/*!
|
||||
* \brief Base class for avionics
|
||||
*/
|
||||
class CAvionicsBase : public BlackMisc::CBaseStreamStringifier
|
||||
class CAvionicsBase : public BlackMisc::CStreamable
|
||||
{
|
||||
protected:
|
||||
QString m_name; //!< name of the unit
|
||||
|
||||
Reference in New Issue
Block a user