Page MenuHome GnuPG

keycache_p.h
No OneTemporary

keycache_p.h

/* -*- 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

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

Event Timeline