libkleo
chiasmusbackend.cpp File Reference
#include "chiasmusbackend.h"
#include "config_data.h"
#include "obtainkeysjob.h"
#include "chiasmusjob.h"
#include "kleo/cryptoconfig.h"
#include <klocale.h>
#include <kconfig.h>
#include <kshell.h>
#include <kdebug.h>
#include <kconfiggroup.h>
#include <QStringList>
#include <QVariant>
#include <QFileInfo>
#include <QList>
#include <map>
#include <memory>
#include <vector>
#include <cassert>
Include dependency graph for chiasmusbackend.cpp:
Go to the source code of this file.
Macros | |
#define | MAKE_TO(type, func) |
Macro Definition Documentation
#define MAKE_TO | ( | type, | |
func | |||
) |
Value:
template <> \
class to< type > { \
type m; \
public: \
to( const QVariant & v ) : m( v.func() ) {} \
operator type() const { return m; } \
}
Definition at line 70 of file chiasmusbackend.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 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:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.