qt6-bb10/tests/auto/widgets/util/qcompleter
Friedemann Kleint 464b5278fa Brush up tst_QCompleter
- Use nullptr
- Fix warning about inconsistent parameter naming in CsvCompleter::pathFromIndex()
- Fix C-style casts
- Use range-based for
- Use correct static invocation
- Set a title on shown windows to make it possible to identify
  slow tests
- Use initializer lists
- Fix the class declarations, use override, member initializations
- Remove goto, streamline code
- Use auto to avoid repeating the type
- Introduce std::unique_ptr

Task-number: QTBUG-38014
Change-Id: Ia8ecd799064d630648b385b606848d7474c51363
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-06-07 12:34:47 +02:00
..
.gitignore
BLACKLIST
qcompleter.pro testlib: start sharing common helper functions 2017-11-04 20:11:22 +00:00
tst_qcompleter.cpp Brush up tst_QCompleter 2019-06-07 12:34:47 +02:00