Skip to content

Run clang-tidy modernize-use-auto over the code

Waqar Ahmed requested to merge work/use-auto into master

Reduce redundant type info in the line e.g.,

before: QVBoxLayout *l = new QVBoxLayout(); after : auto *l = new QVBoxLayout();

Merge request reports

Loading