From 78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 21 Aug 2023 00:37:36 +0200 Subject: Insert JidDb into Client --- contacts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contacts.h') diff --git a/contacts.h b/contacts.h index 11be2f9..3bc8811 100644 --- a/contacts.h +++ b/contacts.h @@ -2,7 +2,7 @@ #define CONTACTS_H #include "ui_contacts.h" -#include "jiddb.h" +#include "client.h" #include #include #include @@ -13,7 +13,7 @@ class Contacts : public QDialog Q_OBJECT public: - Contacts(const QHash &databases, + Contacts(const QList &clients, QWidget *parent = nullptr); void add(const QString &own, const QString &other); -- cgit v1.2.3