CollectionWatcher: Use mutex for stop and abort

This commit is contained in:
Jonas Kvinge
2024-08-23 20:22:18 +02:00
parent 2778a55e8e
commit be09011bb7
7 changed files with 102 additions and 49 deletions

View File

@@ -71,7 +71,7 @@ class SCollection : public QObject {
void ResumeWatcher();
void FullScan();
void AbortScan();
void StopScan();
void Rescan(const SongList &songs);
void IncrementalScan();