summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filewidget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/filewidget.cpp b/filewidget.cpp
index 92956cf..4872135 100644
--- a/filewidget.cpp
+++ b/filewidget.cpp
@@ -619,6 +619,10 @@ void FileWidget::copySuccess(bool success, QString source){
mModel->setData(copyIdx, QChar(0x2642));
}
}
+ CachedFileData *fd = mFileCache[source];
+ if(fd){
+ fd->copied = true;
+ }
}
}