File indexing completed on 2024-12-22 04:52:52
0001 /* 0002 SPDX-FileCopyrightText: 2009 Igor Trindade Oliveira <igor_trindade@yahoo.com.br> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 0007 #include "testvcard.h" 0008 #include "vcard/vcardimport.h" 0009 0010 TestVCard::TestVCard(const QString &dir) 0011 { 0012 addTest(new VCardImport(dir)); 0013 }