Qt Cryptographic Architecture
qca_support.h File Reference
#include "qca_export.h"
#include "qca_tools.h"
#include <QByteArray>
#include <QList>
#include <QMetaObject>
#include <QObject>
#include <QString>
#include <QStringList>
#include <QThread>
#include <QVariant>
#include <QVariantList>
Include dependency graph for qca_support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCA::AbstractLogDevice
class  QCA::Console
class  QCA::ConsolePrompt
class  QCA::ConsoleReference
class  QCA::DirWatch
class  QCA::FileWatch
class  QCA::Logger
class  QCA::Synchronizer
class  QCA::SyncThread

Namespaces

namespace  QCA

Detailed Description

Header file for "support" classes used in QCA.

The classes in this header do not have any cryptographic content - they are used in QCA, and are included for convenience.

Note
You should not use this header directly from an application. You should just use #include <QtCrypto> instead.