kleopatra
#include <config-kleopatra.h>
#include "changeroottrustcommand.h"
#include "command_p.h"
#include <models/keycache.h>
#include <utils/gnupg-helper.h>
#include <KDebug>
#include <KLocale>
#include <KSaveFile>
#include <QRegExp>
#include <QThread>
#include <QMutex>
#include <QMutexLocker>
#include <QString>
#include <QStringList>
#include <QByteArray>
#include <QFile>
#include <QDir>
#include <QProcess>
#include <gpgme++/key.h>
#include <cassert>
#include "moc_changeroottrustcommand.cpp"
#include "changeroottrustcommand.moc"
Include dependency graph for changeroottrustcommand.cpp:
Go to the source code of this file.
Macros | |
#define | d d_func() |
#define | q q_func() |
Functions | |
static QString | add_colons (const QString &fpr) |
static QString | change_trust_file (const QString &trustListFile, const QString &key, Key::OwnerTrust trust) |
static QString | run_gpgconf_reload_gpg_agent (const QString &gpgConfPath) |
Macro Definition Documentation
#define d d_func() |
Definition at line 114 of file changeroottrustcommand.cpp.
#define q q_func() |
Definition at line 113 of file changeroottrustcommand.cpp.
Function Documentation
|
static |
Definition at line 216 of file changeroottrustcommand.cpp.
|
static |
Definition at line 247 of file changeroottrustcommand.cpp.
|
static |
Definition at line 329 of file changeroottrustcommand.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.