qt5base-lts/tests/auto/widgets/dialogs/qfiledialog2
J-P Nurmi 9aeaa363e5 Auto tests: use Qt::AA_DontUseNativeDialogs where appropriate
These auto tests were trying to not create native dialogs, but setting
the QFileDialog::DontUseNativeDialog option is too late to control the
creation of the platform helper. It is already created at construction
time, unless Qt::AA_DontUseNativeDialogs is set.

Task-number: QTBUG-55276
Task-number: QTBUG-55281
Change-Id: Icf474e97059ac03a5fa01bd3a17f07203da5770a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2016-08-17 15:46:27 +00:00
..
qfiledialog2.pro Enable tst_qfiledialog2 on OSX 2014-11-19 16:13:25 +01:00
tst_qfiledialog2.cpp Auto tests: use Qt::AA_DontUseNativeDialogs where appropriate 2016-08-17 15:46:27 +00:00