67class QGPGME_EXPORT RefreshKeysJob :
public Job
71 explicit RefreshKeysJob(QObject *parent);
83 virtual GpgME::Error
start(
const QStringList &patterns) = 0;
88 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &keys) = 0;
91 void result(
const GpgME::Error &result);