Merge pull request #1554 from Trial97/instance_copy_progress
updated instance copy
This commit is contained in:
commit
d6a03d3f2c
3 changed files with 56 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue