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:
hjk
2024-07-17 14:41:32 +02:00
parent 552b839a49
commit 3fd60717eb

View File

@@ -5,14 +5,6 @@
#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 {
class NestId {};