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 0x020002 | #define QCA_VERSION 0x020003 | |||
#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 | |||