Dokit
Internal development documentation
|
Global QtPokit library macros. More...
#include <QtGlobal>
Go to the source code of this file.
Macros | |
#define | QTPOKIT_EXPORT Q_DECL_IMPORT |
QtPokit library export/import macro. | |
#define | QTPOKIT_BEGIN_NAMESPACE |
Macro for starting the QtPokit library's top-most namespace (if one is defined). | |
#define | QTPOKIT_END_NAMESPACE |
Macro for ending the QtPokit library's top-most namespace (if one is defined). | |
#define | QTPOKIT_BEFRIEND_TEST(Class) |
Macro for befriending a related unit test class, but only when QT_TESTLIB_LIB is defined. | |
Global QtPokit library macros.
Definition in file qtpokit_global.h.
#define QTPOKIT_BEFRIEND_TEST | ( | Class | ) |
Macro for befriending a related unit test class, but only when QT_TESTLIB_LIB is defined.
Definition at line 67 of file qtpokit_global.h.
#define QTPOKIT_BEGIN_NAMESPACE |
Macro for starting the QtPokit library's top-most namespace (if one is defined).
Definition at line 54 of file qtpokit_global.h.
Referenced by Q_LOGGING_CATEGORY().
#define QTPOKIT_END_NAMESPACE |
Macro for ending the QtPokit library's top-most namespace (if one is defined).
Definition at line 55 of file qtpokit_global.h.
#define QTPOKIT_EXPORT Q_DECL_IMPORT |
QtPokit library export/import macro.
Definition at line 26 of file qtpokit_global.h.