diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-21 00:37:36 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-30 02:46:41 +0200 |
| commit | 78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06 (patch) | |
| tree | bb3898abbdaf5d11c62c5deee8debe582ace8c60 /contacts.h | |
| parent | 8cbcb1f98f5982f56c9b3ac5b8e089b3b18cf305 (diff) | |
| download | xxcc-78d9bd40849a39db1fbdbfc87b2c45e9d3e73d06.tar.gz | |
Insert JidDb into Client
Diffstat (limited to 'contacts.h')
| -rw-r--r-- | contacts.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
