aboutsummaryrefslogtreecommitdiff
path: root/contacts.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-21 00:37:36 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-08-30 02:46:41 +0200
commit78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06 (patch)
treebb3898abbdaf5d11c62c5deee8debe582ace8c60 /contacts.h
parent8cbcb1f98f5982f56c9b3ac5b8e089b3b18cf305 (diff)
downloadxxcc-78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06.tar.gz
Insert JidDb into Client
Diffstat (limited to 'contacts.h')
-rw-r--r--contacts.h4
1 files changed, 2 insertions, 2 deletions
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 <QDialog>
#include <QHash>
#include <QString>
@@ -13,7 +13,7 @@ class Contacts : public QDialog
Q_OBJECT
public:
- Contacts(const QHash<QString, JidDb *> &databases,
+ Contacts(const QList<Client *> &clients,
QWidget *parent = nullptr);
void add(const QString &own, const QString &other);