CollectionWatcher: Remove unused ctor
This commit is contained in:
@@ -135,7 +135,6 @@ class CollectionWatcher : public QObject {
|
|||||||
QStringList files_changed_path_;
|
QStringList files_changed_path_;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ScanTransaction(const ScanTransaction&) {}
|
|
||||||
ScanTransaction &operator=(const ScanTransaction&) { return *this; }
|
ScanTransaction &operator=(const ScanTransaction&) { return *this; }
|
||||||
|
|
||||||
int task_id_;
|
int task_id_;
|
||||||
|
|||||||
Reference in New Issue
Block a user