qt5base-lts/tests/auto/widgets/dialogs
Marc Mutz 3693dd74fe tst_QWizard: port from QSharedPointer to std::shared_ptr
QSharedPointer is 'meh', see QTBUG-109570 and 18113e22e9.

This is just a textual replacement of

- QSharedPointer<(.+)>::create() → std::make_shared<\1>()
- QSharedPointer → std::shared_ptr

And it compiles and still passes. No non-standard APIs to fix up.

Task-number: QTBUG-109570
Change-Id: I827d4a9be0511780c3900bd53ffcbdcb6aacbc3b
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
2023-08-14 23:11:54 +03:00
..
qcolordialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qerrormessage CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qfiledialog tst_QFileDialog/2: port away from Q_FOREACH 2023-08-07 13:28:20 +02:00
qfiledialog2 tst_QFileDialog/2: port away from Q_FOREACH 2023-08-07 13:28:20 +02:00
qfontdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qinputdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qmessagebox CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qprogressdialog CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qsidebar CMake: Make widgets tests standalone projects 2023-07-05 15:09:32 +02:00
qwizard tst_QWizard: port from QSharedPointer to std::shared_ptr 2023-08-14 23:11:54 +03:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00