qt: medialib: introduce async task
commit2b0783eba45c43cd49e15b23186bfaa1f02fbdad
authorRomain Vimont <rom1v@videolabs.io>
Fri, 13 Nov 2020 13:04:56 +0000 (13 14:04 +0100)
committerPierre Lamot <pierre@videolabs.io>
Wed, 2 Dec 2020 17:25:41 +0000 (2 18:25 +0100)
treeedcd48674ceea9d3bdb5e5f41c0d792503ba482e
parentdc787ba51b2aa450c98d4e873de6817959af4be2
qt: medialib: introduce async task

This helper will help implementing asynchronous database queries
initiated on the UI thread by list models.

Signed-off-by: Pierre Lamot <pierre@videolabs.io>
modules/gui/qt/Makefile.am
modules/gui/qt/util/asynctask.hpp [new file with mode: 0644]