tests/auto/qdatastream/tst_qdatastream.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
  1818 void tst_QDataStream::stream_QPixmap()
  1818 void tst_QDataStream::stream_QPixmap()
  1819 {
  1819 {
  1820 #ifdef Q_OS_WINCE
  1820 #ifdef Q_OS_WINCE
  1821     QSKIP("Test depends on more memory than available on Qt/CE", SkipAll);
  1821     QSKIP("Test depends on more memory than available on Qt/CE", SkipAll);
  1822 #endif
  1822 #endif
  1823     STREAM_IMPL(QIcon);
  1823     STREAM_IMPL(QPixmap);
  1824 }
  1824 }
  1825 
  1825 
  1826 void tst_QDataStream::stream_QIcon_data()
  1826 void tst_QDataStream::stream_QIcon_data()
  1827 {
  1827 {
  1828 #ifndef Q_OS_WINCE
  1828 #ifndef Q_OS_WINCE