qca_core.h   qca_core.h 
skipping to change at line 43 skipping to change at line 43
#ifndef QCA_CORE_H #ifndef QCA_CORE_H
#define QCA_CORE_H #define QCA_CORE_H
/** /**
The current version of %QCA The current version of %QCA
This provides you a compile time check of the %QCA version. This provides you a compile time check of the %QCA version.
\sa qcaVersion for a runtime check. \sa qcaVersion for a runtime check.
*/ */
#define QCA_VERSION 0x020001 #define QCA_VERSION 0x020002
#include <QString> #include <QString>
#include <QStringList> #include <QStringList>
#include <QList> #include <QList>
#include <QSharedData> #include <QSharedData>
#include <QSharedDataPointer> #include <QSharedDataPointer>
#include "qca_export.h" #include "qca_export.h"
#include "qca_support.h" #include "qca_support.h"
#include "qca_tools.h" #include "qca_tools.h"
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 qpipe.h   qpipe.h 
skipping to change at line 41 skipping to change at line 41
#ifndef QPIPE_H #ifndef QPIPE_H
#define QPIPE_H #define QPIPE_H
#ifndef DOXYGEN_SHOULD_SKIP_THIS #ifndef DOXYGEN_SHOULD_SKIP_THIS
#ifndef QPIPE_NO_SECURE #ifndef QPIPE_NO_SECURE
# define QPIPE_SECURE # define QPIPE_SECURE
#endif #endif
#ifdef QPIPE_SECURE #ifdef QPIPE_SECURE
# include <QtCrypto> # include "QtCrypto"
#else #else
# define QCA_EXPORT # define QCA_EXPORT
#endif #endif
// defs adapted qprocess_p.h // defs adapted qprocess_p.h
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <windows.h> #include <windows.h>
typedef HANDLE Q_PIPE_ID; typedef HANDLE Q_PIPE_ID;
#define INVALID_Q_PIPE_ID INVALID_HANDLE_VALUE #define INVALID_Q_PIPE_ID INVALID_HANDLE_VALUE
#else #else
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/