Skip to content

Commit

Permalink
tst_QTreeView: cleanup
Browse files Browse the repository at this point in the history
Cleanup QTreeView autotest:
 - use range-based for loops
 - use nullptr
 - use member initialization
 - use new signal/slot syntax
 - use static invocations / replace with QTRY_foo() calls
 - use override
 - use QStyledItemDelegate

Change-Id: I0e2d023254ed9f6f5d94cebf4d4358351cc4c3e2
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
chehrlic committed Sep 19, 2019
1 parent 3c59080 commit 6234286
Showing 1 changed file with 511 additions and 516 deletions.
Loading

0 comments on commit 6234286

Please sign in to comment.