From f6f3e9de77e9b67dab7c2869dc94389f0252caa9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 15 Aug 2021 12:18:52 +0000 Subject: Add Context::createContact --- context.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'context.cpp') diff --git a/context.cpp b/context.cpp index 7c0bcc3..a4e58db 100644 --- a/context.cpp +++ b/context.cpp @@ -168,6 +168,14 @@ Context::getContact(uint32_t contactId) return new DcContact{contact}; } +uint32_t +Context::createContact(QString name, QString addr) +{ + QByteArray utf8name = name.toUtf8(); + QByteArray utf8addr = addr.toUtf8(); + return dc_create_contact(m_context, utf8name.constData(), utf8addr.constData()); +} + QString Context::getBlobdir() { -- cgit v1.2.3-70-g09d2