mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
doxygen
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
/*!
|
||||
* \def BLACKMISC_EXPORT
|
||||
* BlackMisc Export Macro
|
||||
*/
|
||||
|
||||
#ifndef WITH_STATIC
|
||||
# if defined(BUILD_BLACKMISC_LIB)
|
||||
# define BLACKMISC_EXPORT Q_DECL_EXPORT
|
||||
@@ -24,6 +29,11 @@
|
||||
# define BLACKMISC_EXPORT
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* \def BLACKMISC_EXPORT_TEMPLATE
|
||||
* BlackMisc Template Export Macro
|
||||
*/
|
||||
|
||||
#if defined(Q_OS_WIN) && defined(Q_CC_GNU)
|
||||
# define BLACKMISC_EXPORT_TEMPLATE BLACKMISC_EXPORT
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user