Add Remove Duplicate checkbox in RsCollection editor.

If unchecked, you can add the same file (same hash) in multiple
directories.
This commit is contained in:
Phenom 2016-07-31 16:08:15 +02:00
parent 64b56092d3
commit 03179043f1
3 changed files with 161 additions and 15 deletions

View file

@ -56,6 +56,7 @@ private slots:
void makeDir() ;
void fileHashingFinished(QList<HashedFile> hashedFiles) ;
void itemChanged(QTreeWidgetItem* item,int col) ;
void updateRemoveDuplicate(bool checked);
void cancel() ;
void download() ;
void save() ;