forked from blue/squawk
10 lines
180 B
C++
10 lines
180 B
C++
/*
|
|
* Created by victoria on 2021-05-12.
|
|
*/
|
|
|
|
#include "user_device_list.h"
|
|
|
|
#include <utility>
|
|
|
|
QXmpp::Omemo::UserDeviceList::UserDeviceList(QString jid) : jid(std::move(jid)) {}
|