diff options
Diffstat (limited to 'filewidget.cpp')
-rw-r--r-- | filewidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filewidget.cpp b/filewidget.cpp index 8d04034..e9624d4 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -358,6 +358,9 @@ void FileWidget::gatherData(){ if(haveFile){ fd->attr = Present; } + if(copyDirFiles.contains(fi.fileName())){ + fd->copied = true; + } } root->appendRow(constructRow(fd)); } |