mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: ensure there is interface in KPasswdStore::setCacheOnly()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d269abe7a0
commit
ff34ec1167
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ bool KPasswdStore::openStore(const qlonglong windowid)
|
|||
|
||||
void KPasswdStore::setCacheOnly(const bool cacheonly)
|
||||
{
|
||||
d->ensureInterface();
|
||||
d->interface->call("setCacheOnly", d->cookie, d->storeid, cacheonly);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue