Disabled test on WINCE.
The winapi call used to load the icon does not support the arguments on windows ce Change-Id: Ia600eb9b05d5eb40778d8c281e6ce8278bfd7177 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>bb10
parent
3194df547e
commit
c9e1c947d4
|
|
@ -1005,6 +1005,7 @@ void tst_QPixmap::fromWinHICON_data()
|
|||
|
||||
void tst_QPixmap::fromWinHICON()
|
||||
{
|
||||
#ifndef Q_OS_WINCE
|
||||
QFETCH(int, width);
|
||||
QFETCH(int, height);
|
||||
QFETCH(QString, image);
|
||||
|
|
@ -1020,6 +1021,7 @@ void tst_QPixmap::fromWinHICON()
|
|||
// between QImage::Format_ARGB32 and QImage::Format_ARGB32_Premultiplied, or elsewhere
|
||||
|
||||
QVERIFY(compareImages(imageFromHICON, imageFromFile));
|
||||
#endif // Q_OS_WINCE
|
||||
}
|
||||
|
||||
#endif // Q_OS_WIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue