aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-11-21 13:44:43 -0800
committerGitHub <noreply@github.com>2022-11-21 13:44:43 -0800
commit68b7aa0a4d124b231ba351ae8d37ea6c55b333a2 (patch)
treeb0e6eefdf44f2b05994028da8abed4cd97f0be93
parent5cc91965d09070437af8c17113c5740401b127dd (diff)
parent4208c2c72a160896f63f44148c74cf24fc30d4b9 (diff)
downloadPrismLauncher-68b7aa0a4d124b231ba351ae8d37ea6c55b333a2.tar.gz
PrismLauncher-68b7aa0a4d124b231ba351ae8d37ea6c55b333a2.tar.bz2
PrismLauncher-68b7aa0a4d124b231ba351ae8d37ea6c55b333a2.zip
Merge pull request #498 from Scrumplex/fix-copy-signal
-rw-r--r--launcher/FileSystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp
index 0c6527b1..987f4e74 100644
--- a/launcher/FileSystem.cpp
+++ b/launcher/FileSystem.cpp
@@ -188,6 +188,8 @@ bool copy::operator()(const QString& offset, bool dryRun)
qDebug() << "Source file:" << src_path;
qDebug() << "Destination file:" << dst_path;
}
+ m_copied++;
+ emit fileCopied(relative_dst_path);
};
// We can't use copy_opts::recursive because we need to take into account the