Add live scanning (#199)

This commit is contained in:
Jonas Kvinge
2019-06-30 21:06:07 +02:00
committed by GitHub
parent bcfd1d39bb
commit 9083c578cc
11 changed files with 216 additions and 44 deletions

View File

@@ -66,6 +66,8 @@ class SCollection : public QObject {
void ResumeWatcher();
void FullScan();
void AbortScan();
void Rescan(const SongList &songs);
private slots:
void IncrementalScan();