libkleo
qgpgmechangeexpiryjob.cpp
Go to the documentation of this file.
60 static QGpgMEChangeExpiryJob::result_type change_expiry( Context * ctx, const Key & key, const QDateTime & expiry ) {
66 ? new GpgSetExpiryTimeEditInteractor( std::string( expiry.date().toString( Qt::ISODate ).toLatin1().constData() ) )
std::string toStdString() const
QString toString(Qt::DateFormat format) const
void lateInitialization()
Definition: threadedjobmixin.h:146
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
const char * constData() const
static QGpgMEChangeExpiryJob::result_type change_expiry(Context *ctx, const Key &key, const QDateTime &expiry)
Definition: qgpgmechangeexpiryjob.cpp:60
GpgME::Error start(const GpgME::Key &key, const QDateTime &expiry)
Definition: qgpgmechangeexpiryjob.cpp:79
T_result result_type
Definition: threadedjobmixin.h:117
void run(const T_binder &func)
Definition: threadedjobmixin.h:153
bool isValid() const
QByteArray toLatin1() const
QDate date() const
QGpgMEChangeExpiryJob(GpgME::Context *context)
Definition: qgpgmechangeexpiryjob.cpp:52
~QGpgMEChangeExpiryJob()
Definition: qgpgmechangeexpiryjob.cpp:58
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.