Don't skip QFileDialog retranslatability test on macOS

The test explicitly asks for a non-native file dialog, which works on
macOS as well.

Change-Id: I964c6d98501b4207c2b6c2ce1df39f654c801a43
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Volker Hilsheimer 2020-08-25 19:33:59 +02:00
parent 67c3c7a29c
commit fab8933d5b
1 changed files with 0 additions and 3 deletions

View File

@ -256,9 +256,6 @@ void tst_languageChange::retranslatability()
#endif
break;
case FileDialog: {
#ifdef Q_OS_MAC
QSKIP("The native file dialog is used on Mac OS");
#endif
QFileDialog dlg;
dlg.setOption(QFileDialog::DontUseNativeDialog);
QString tempDirPattern = QDir::tempPath();