#include
<QtCore/qglobal.h>Go to the source code of this file.
Defines |
|
| #define | QTWEBKIT_VERSION_STR "2.0.1" |
| #define | QTWEBKIT_VERSION 0x020001 |
| #define | QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) |
| #define | QWEBKIT_EXPORT |
| #define QTWEBKIT_VERSION_STR "2.0.1" |
Definition at line 25 of file qwebkitglobal.h.
| #define QTWEBKIT_VERSION 0x020001 |
Definition at line 27 of file qwebkitglobal.h.
| #define QTWEBKIT_VERSION_CHECK | ( | major, | |
| minor, | |||
| patch | |||
| ) | ((major<<16)|(minor<<8)|(patch)) |
Definition at line 29 of file qwebkitglobal.h.
| #define QWEBKIT_EXPORT |
Definition at line 45 of file qwebkitglobal.h.