updated instance copy

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-08-21 17:21:11 +03:00
parent fcb436f1f4
commit bf810053b7
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
3 changed files with 56 additions and 29 deletions

View file

@ -218,6 +218,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);