mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
DBus enabling of base classes plus sample for testing / show how to use them. Also qdbuscpp2xml plugin for blackmisc classes.
This commit is contained in:
@@ -22,11 +22,10 @@ namespace Aviation
|
||||
class CAvionicsBase : public CBaseStreamStringifier
|
||||
{
|
||||
|
||||
private:
|
||||
QString m_name; //!< name of the unit
|
||||
|
||||
protected:
|
||||
|
||||
QString m_name; //!< name of the unit
|
||||
|
||||
/*!
|
||||
* \brief Default constructor
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user