Issue #73 Unittest for CIdentifier dbus object path conversion

This commit is contained in:
Mat Sutcliffe
2020-08-16 00:28:33 +01:00
parent 97fe8069b0
commit 2f22904540
2 changed files with 13 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ namespace BlackMisc
QString toDBusObjectPath(const QString &root = {}) const;
//! Reconstruct an identifier from a DBus object path.
CIdentifier fromDBusObjectPath(const QString &path, const QString &root = {});
static CIdentifier fromDBusObjectPath(const QString &path, const QString &root = {});
//! Name
const QString &getName() const { return m_name; }