Skip to content
Commit e8cf89c9 authored by David Edmundson's avatar David Edmundson Committed by Christoph Cullmann
Browse files

[Extractor] Change to QCoreApplication

baloo_file_extractor is not a GUI tool. QGuiApplication may have been a
requirement of file extractors in the past, but it does not seem to be
the case now. All tests in KFileMetadata use Q_GUILESS_MAIN which is a
QCoreApplication.

This will help with some issues if the baloo_file outlives the platform,
and also help towards future sandboxing work.
parent dd383847
Pipeline #630918 passed with stage
in 1 minute and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment