qt6-bb10/tests/auto/widgets/dialogs/qfilesystemmodel
Friedemann Kleint 84a58e514b QFileSystemModel: Brush up the test
- Use nullptr
- Instantiate test helpers on the stack or use QScopedPointer
- Remove C-style casts of enumerations/flags, use meta types
- Port to Qt 5 connection syntax
- Fix static method invocation
- Use initializer lists for QStringList
- Introduce a logging category for all debug output
- Streamline code
- Refactor cleanup() to operate on QFileInfoList which is faster
  and streamline
- Remove unused variables

Task-number: QTBUG-76493
Change-Id: I3a033af7c9ec4dac3149d2016104daad07797a4f
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
2019-07-26 12:01:57 +02:00
..
.gitignore Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
BLACKLIST unblacklist passing tests 2019-07-08 11:01:42 +00:00
qfilesystemmodel.pro Remove "insignificant" flag from qfilesystemmodel test 2019-02-21 10:43:19 +00:00
tst_qfilesystemmodel.cpp QFileSystemModel: Brush up the test 2019-07-26 12:01:57 +02:00