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