libkleo
qgpgmerefreshkeysjob.cpp
Go to the documentation of this file.
84 mProcess->setObjectName( QLatin1String("gpgsm -k --with-validation --force-crl-refresh --enable-crl-checks") );
87 *mProcess << QLatin1String("gpgsm") << QLatin1String("-k") << QLatin1String("--with-validation") << QLatin1String("--force-crl-refresh")
135 void Kleo::QGpgMERefreshKeysJob::slotStatus( GnuPGProcessBase * proc, const QString & type, const QStringList & args ) {
198 void Kleo::QGpgMERefreshKeysJob::slotProcessExited(int exitCode, QProcess::ExitStatus exitStatus) {
An abstract base class for asynchronous key refreshers.
Definition: refreshkeysjob.h:62
QByteArray trimmed() const
void push_back(const T &value)
~QGpgMERefreshKeysJob()
Definition: qgpgmerefreshkeysjob.cpp:59
bool isEmpty() const
int length() const
GpgME::Error start(const QStringList &patterns)
Definition: qgpgmerefreshkeysjob.cpp:63
QString map(const char *token, int subtoken)
Definition: qgpgmeprogresstokenmapper.cpp:93
int size() const
QGpgMERefreshKeysJob()
Definition: qgpgmerefreshkeysjob.cpp:51
iterator begin()
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.