QJsonChannelCore
QJsonChannelCore_export.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QJSONCHANNELCORE_EXPORT   __declspec(dllimport)
 
#define QJSONCHANNELCORE_NO_EXPORT
 
#define QJSONCHANNELCORE_DEPRECATED   __declspec(deprecated)
 
#define QJSONCHANNELCORE_DEPRECATED_EXPORT   QJSONCHANNELCORE_EXPORT QJSONCHANNELCORE_DEPRECATED
 
#define QJSONCHANNELCORE_DEPRECATED_NO_EXPORT   QJSONCHANNELCORE_NO_EXPORT QJSONCHANNELCORE_DEPRECATED
 

Macro Definition Documentation

◆ QJSONCHANNELCORE_EXPORT

#define QJSONCHANNELCORE_EXPORT   __declspec(dllimport)

Definition at line 15 of file QJsonChannelCore_export.h.

◆ QJSONCHANNELCORE_NO_EXPORT

#define QJSONCHANNELCORE_NO_EXPORT

Definition at line 20 of file QJsonChannelCore_export.h.

◆ QJSONCHANNELCORE_DEPRECATED

#define QJSONCHANNELCORE_DEPRECATED   __declspec(deprecated)

Definition at line 25 of file QJsonChannelCore_export.h.

◆ QJSONCHANNELCORE_DEPRECATED_EXPORT

#define QJSONCHANNELCORE_DEPRECATED_EXPORT   QJSONCHANNELCORE_EXPORT QJSONCHANNELCORE_DEPRECATED

Definition at line 29 of file QJsonChannelCore_export.h.

◆ QJSONCHANNELCORE_DEPRECATED_NO_EXPORT

#define QJSONCHANNELCORE_DEPRECATED_NO_EXPORT   QJSONCHANNELCORE_NO_EXPORT QJSONCHANNELCORE_DEPRECATED

Definition at line 33 of file QJsonChannelCore_export.h.