aboutsummaryrefslogtreecommitdiff
path: root/api/logic/FolderInstanceProvider.cpp
AgeCommit message (Collapse)Author
2016-10-26NOISSUE use QtConcurrent to run FS operations in worker threadsPetr Mrázek
Not all operations - only the ones that aren't in error handling. The API for QFuture is too nasty to do much more in a sensible way.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek