Fix all krazy #include warnings

Authored by elvisangelaccio on Feb 4 2018, 10:38 AM.

Description

Fix all krazy #include warnings

  • "include own header first line"
  • "put config.h in angle brackets line"
  • "do not include QtModule/QtClass line"

QElapsedTimer was implicitly included by
kfileitemmodelsortalgorithm.h, now we need to explicitly include it in
kfileitemmodel.cpp.

We also need to explicitly link to Qt5::Concurrent, otherwise we
cannot #include <QtConcurrentRun>.

Details

Committed
elvisangelaccioFeb 4 2018, 10:38 AM
Parents
R318:219e40cff8e9: Use qplatformdefs wrappers
Branches
Unknown
Tags
Unknown