forked from qt-creator/qt-creator
Utils: Remove unnecessary export macros in builderutils.h
All templates/inline here. Change-Id: Ib5770f6e700e5368bb23cae3dcf57bdf8a372897 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -5,14 +5,6 @@
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#if defined(UTILS_LIBRARY)
|
|
||||||
# define QTCREATOR_UTILS_EXPORT Q_DECL_EXPORT
|
|
||||||
#elif defined(UTILS_STATIC_LIBRARY)
|
|
||||||
# define QTCREATOR_UTILS_EXPORT
|
|
||||||
#else
|
|
||||||
# define QTCREATOR_UTILS_EXPORT Q_DECL_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace Building {
|
namespace Building {
|
||||||
|
|
||||||
class NestId {};
|
class NestId {};
|
||||||
|
Reference in New Issue
Block a user