Issue #15 Methods to generate a DBus object path from a CIdentifier

This commit is contained in:
Mat Sutcliffe
2019-02-26 01:51:18 +00:00
parent 6aa9f0cc25
commit 8de217fbab
3 changed files with 59 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ namespace BlackMisc
//! Connect with QObject providing the name
CIdentifiable(QObject *nameProvider);
//! Construct without a name
CIdentifiable() {}
//! Destructor
~CIdentifiable();