Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35336882
keycache_p.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
886 B
Subscribers
None
keycache_p.h
View Options
/* -*- mode: c++; c-basic-offset:4 -*-
models/keycache_p.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2008 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __KLEOPATRA_KEYCACHE_P_H__
#define __KLEOPATRA_KEYCACHE_P_H__
#include
"keycache.h"
namespace
GpgME
{
class
KeyListResult
;
}
namespace
Kleo
{
class
KeyCache
::
RefreshKeysJob
:
public
QObject
{
Q_OBJECT
public
:
explicit
RefreshKeysJob
(
KeyCache
*
cache
,
QObject
*
parent
=
nullptr
);
~
RefreshKeysJob
();
void
start
();
void
cancel
();
Q_SIGNALS
:
void
done
(
const
GpgME
::
KeyListResult
&
);
void
canceled
();
private
:
class
Private
;
friend
class
Private
;
Private
*
const
d
;
Q_PRIVATE_SLOT
(
d
,
void
listAllKeysJobDone
(
GpgME
::
KeyListResult
,
std
::
vector
<
GpgME
::
Key
>
))
};
}
#endif
// __KLEOPATRA_KEYCACHE_P_H__
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Fri, Feb 6, 8:10 AM (10 h, 27 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b4/6c/3fb0daa2be5d310877e0cb871f45
Attached To
rLIBKLEO Libkleo
Event Timeline
Log In to Comment