mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Issue #73 Unittest for CIdentifier dbus object path conversion
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user