mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Merge pull request #498 from Scrumplex/fix-copy-signal
This commit is contained in:
commit
68b7aa0a4d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue