Merge pull request #1554 from Trial97/instance_copy_progress

updated instance copy
This commit is contained in:
Alexandru Ionut Tripon 2024-06-09 16:05:11 +03:00 committed by GitHub
commit d6a03d3f2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 56 additions and 29 deletions

View file

@ -240,6 +240,7 @@ class create_link : public QObject {
bool operator()(bool dryRun = false) { return operator()(QString(), dryRun); }
int totalLinked() { return m_linked; }
int totalToLink() { return static_cast<int>(m_links_to_make.size()); }
void runPrivileged() { runPrivileged(QString()); }
void runPrivileged(const QString& offset);