aboutsummaryrefslogtreecommitdiff
path: root/tests/vcard.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-08-03 16:00:00 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-08-03 16:00:00 +0200
commit1268a64bdd1320639cad0d9c8331fb6fd682b30c (patch)
treecdac8502f77722401370cc3987a38dd6a8afd21b /tests/vcard.h
parentbecafc386f14967df87659cd408b5cee5835227d (diff)
downloadqxmpp-1268a64bdd1320639cad0d9c8331fb6fd682b30c.tar.gz
add stub for addresses
Diffstat (limited to 'tests/vcard.h')
-rw-r--r--tests/vcard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vcard.h b/tests/vcard.h
index cc1527c1..29a1dcad 100644
--- a/tests/vcard.h
+++ b/tests/vcard.h
@@ -28,6 +28,8 @@ class tst_QXmppVCardIq : public QObject
Q_OBJECT
private slots:
+ void testAddress_data();
+ void testAddress();
void testEmail_data();
void testEmail();
void testPhone_data();