diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 2fa753d..033acc9 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -424,6 +424,11 @@ KAsync::Job<void> ResourceAccess::sendSecret(const QString &secret) | |||
424 | return sendCommand(Sink::Commands::SecretCommand, fbb); | 424 | return sendCommand(Sink::Commands::SecretCommand, fbb); |
425 | } | 425 | } |
426 | 426 | ||
427 | KAsync::Job<void> ResourceAccess::shutdown() | ||
428 | { | ||
429 | return sendCommand(Sink::Commands::ShutdownCommand); | ||
430 | } | ||
431 | |||
427 | void ResourceAccess::open() | 432 | void ResourceAccess::open() |
428 | { | 433 | { |
429 | if (d->socket && d->socket->isValid()) { | 434 | if (d->socket && d->socket->isValid()) { |