From becafc386f14967df87659cd408b5cee5835227d Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 3 Aug 2012 15:46:40 +0200 Subject: add support for phone numbers to vCards --- tests/vcard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/vcard.h') 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(); }; -- cgit v1.2.3