Skip to content

Remove unused includes

Stefan Brüns requested to merge work/bruns/minor_cleanups into master

The TimeEstimator had some unused includes. It also inherited from QObject without need, remove that as well.

Use a forward declaration for Baloo::Database, no need to include the full header for the globals.

Delete two unused variables in the ExtractorProcess.

Edited by Stefan Brüns

Merge request reports