forked from blue/squawk
ref(omemo): bundle separate, add db
This commit is contained in:
parent
2654e38665
commit
574210f5d9
9 changed files with 189 additions and 14 deletions
|
@ -18,12 +18,12 @@ class Base {
|
|||
public:
|
||||
virtual ~Base() = default;
|
||||
|
||||
virtual QXmppElement deviceToXml(const Device& device) = 0;
|
||||
virtual Device deviceFromXml(const QXmppElement& xml) = 0;
|
||||
virtual QXmppElement deviceToXml(const Device &device) = 0;
|
||||
virtual Device deviceFromXml(const QXmppElement &xml) = 0;
|
||||
|
||||
virtual QXmppElement deviceListToXml(const DeviceList& deviceList) = 0;
|
||||
virtual DeviceList deviceListFromXml(const QXmppElement& xml) = 0;
|
||||
virtual QXmppIq deviceListSetIq(const DeviceList& deviceList) = 0;
|
||||
virtual QXmppElement deviceListToXml(const DeviceList &deviceList) = 0;
|
||||
virtual DeviceList deviceListFromXml(const QXmppElement &xml) = 0;
|
||||
virtual QXmppIq deviceListSetIq(const DeviceList &deviceList) = 0;
|
||||
};
|
||||
|
||||
} // namespace Variant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue