qtmobility/tests/auto/qvcard21writer/tst_qvcard21writer.h
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    54 class tst_QVCard21Writer : public QObject
    54 class tst_QVCard21Writer : public QObject
    55 {
    55 {
    56      Q_OBJECT
    56      Q_OBJECT
    57 
    57 
    58 private slots: // Tests
    58 private slots: // Tests
    59 
    59 #ifdef QT_BUILD_INTERNAL
    60     void init();
    60     void init();
    61     void cleanup();
    61     void cleanup();
    62 
       
    63     void testEncodeVersitProperty();
    62     void testEncodeVersitProperty();
    64     void testEncodeVersitProperty_data();
    63     void testEncodeVersitProperty_data();
    65     void testEncodeParameters();
    64     void testEncodeParameters();
    66     void testEncodeGroupsAndName();
    65     void testEncodeGroupsAndName();
    67     void testQuotedPrintableEncode();
    66     void testQuotedPrintableEncode();
       
    67 #endif
       
    68 
    68 private: // Data
    69 private: // Data
    69     QVCard21Writer* mWriter;
    70     QVCard21Writer* mWriter;
    70 };
    71 };
    71 
    72 
    72 #endif // tst_QVCARD21WRITER_H
    73 #endif // tst_QVCARD21WRITER_H