aboutsummaryrefslogtreecommitdiff
path: root/tests/vcard.h
diff options
context:
space:
mode:
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 5f0d6677..cc1527c1 100644
--- a/tests/vcard.h
+++ b/tests/vcard.h
@@ -30,5 +30,7 @@ class tst_QXmppVCardIq : public QObject
private slots:
void testEmail_data();
void testEmail();
+ void testPhone_data();
+ void testPhone();
void testVCard();
};