qt5base-lts/tests/manual/dialogs
Friedemann Kleint 9732ecc321 Manual dialog test: Fix deprecation warnings
filedialogpanel.cpp:441:55: warning: 'bool QFileDialog::confirmOverwrite() const' is deprecated: Use !testOption(DontConfirmOverwrite) instead [-Wdeprecated-declarations]
filedialogpanel.cpp:443:53: warning: 'bool QFileDialog::resolveSymlinks() const' is deprecated: Use !testOption(DontResolveSymlinks) instead [-Wdeprecated-declarations]
printdialogpanel.cpp:708:62: warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]

Change-Id: I087615b7e62b5fc11ec1063590fe55b2615f95fd
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2019-03-22 17:58:58 +00:00
..
colordialogpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
colordialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
dialogs.pro Manual dialog test: Build also when QtPrintSupport is not available. 2015-12-03 15:55:47 +00:00
filedialogpanel.cpp Manual dialog test: Fix deprecation warnings 2019-03-22 17:58:58 +00:00
filedialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
fontdialogpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
fontdialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
main.cpp Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
messageboxpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
messageboxpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
printdialogpanel.cpp Manual dialog test: Fix deprecation warnings 2019-03-22 17:58:58 +00:00
printdialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
printdialogpanel.ui QPrinter/Windows: Fix handling of native paper source ids. 2014-05-23 22:18:41 +02:00
utils.cpp Updated license headers 2016-01-21 18:55:18 +00:00
utils.h Updated license headers 2016-01-21 18:55:18 +00:00
wizardpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
wizardpanel.h Updated license headers 2016-01-21 18:55:18 +00:00