Skip to content

FileMetaDataProvider: Implement sync and async mode

Dāvis Mosāns requested to merge davism/baloo-widgets:provider_async into master

Currently FileMetaDataProvider is partially sync/async.

This MR implements 2 modes - either fully sync or fully async. It allows applications to either run it on main thread async or sync in separate thread.

Depends on frameworks/baloo!150 (merged) and included here !40 (merged) !60 !61

FYI @meven

Edited by Dāvis Mosāns

Merge request reports