qtmobility/tests/auto/qvcard30writer/tst_qvcard30writer.h
changeset 8 71781823f776
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    56 {
    56 {
    57      Q_OBJECT
    57      Q_OBJECT
    58 
    58 
    59 private slots: // Tests
    59 private slots: // Tests
    60 
    60 
       
    61 #ifdef QT_BUILD_INTERNAL
    61     void init();
    62     void init();
    62     void cleanup();
    63     void cleanup();
    63 
    64 
    64     void testEncodeVersitProperty();
    65     void testEncodeVersitProperty();
    65     void testEncodeVersitProperty_data();
    66     void testEncodeVersitProperty_data();
    66     void testEncodeParameters();
    67     void testEncodeParameters();
    67     void testBackSlashEscape();
    68     void testBackSlashEscape();
       
    69 #endif
    68 
    70 
    69 private: // Data
    71 private: // Data
    70     QVCard30Writer* mWriter;
    72     QVCard30Writer* mWriter;
    71 };
    73 };
    72 
    74