Temporarily disable Windows-specific QPrinter autotest.
See QTBUG-22927. Change-Id: I6022d795bf893797c2ab1a91ffffa7b482109137 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>bb10
parent
602cab9bb2
commit
45a4a7b3fb
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#ifdef Q_WS_WIN
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
@ -222,8 +222,8 @@ void tst_QPrinter::testPageSetupDialog()
|
|||
|
||||
void tst_QPrinter::testPageSize()
|
||||
{
|
||||
#ifndef Q_OS_WIN
|
||||
QSKIP("QPrinter::winPageSize() does not exist for non-Windows platforms");
|
||||
#if 1
|
||||
QSKIP("QPrinter::winPageSize(): Windows only and currently not implemented / QTBUG-22927");
|
||||
#else
|
||||
QPrinter prn;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue