aboutsummaryrefslogtreecommitdiff
path: root/trust_db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trust_db.cpp')
-rw-r--r--trust_db.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/trust_db.cpp b/trust_db.cpp
index d61397c..138c028 100644
--- a/trust_db.cpp
+++ b/trust_db.cpp
@@ -7,8 +7,9 @@
#include <QtConcurrent>
#include <iostream>
-TrustDb::TrustDb(const QString &jid) :
- jid(jid)
+TrustDb::TrustDb(const QString &jid, const JidDb &db) :
+ jid(jid),
+ db(db)
{
}