diff options
Diffstat (limited to 'src/admin/workerintegration.h')
| -rw-r--r-- | src/admin/workerintegration.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/admin/workerintegration.h b/src/admin/workerintegration.h index 512303744..0c87c2ecf 100644 --- a/src/admin/workerintegration.h +++ b/src/admin/workerintegration.h @@ -23,6 +23,15 @@ class QUrl; namespace Admin { /** + * When a user starts Dolphin with arguments that imply that they want to use administrative rights, this method is called. + * This function acts like a command line program that guides users towards installing kio-admin. It will not return until this is accomplished. + * This function will do nothing if kio-admin is already installed. + */ +void guideUserTowardsInstallingAdminWorker(); + +void guideUserTowardsUsingAdminWorker(); + +/** * Used with the KMessageBox API so users can disable the warning. * @see KMessageBox::saveDontShowAgainContinue() * @see KMessageBox::enableMessage() |
