diff --git a/src/util/globallog.h b/src/util/globallog.h index 0a47c35..fabb676 100644 --- a/src/util/globallog.h +++ b/src/util/globallog.h @@ -21,6 +21,8 @@ #define GLOBALLOG__H +#include "util/libpartitionmanagerexport.h" + #include #include #include @@ -49,7 +51,7 @@ class log /** @brief Global logging. @author vl@fidra.de */ -class GlobalLog : public QObject +class LIBPARTITIONMANAGERPRIVATE_EXPORT GlobalLog : public QObject { Q_OBJECT Q_DISABLE_COPY(GlobalLog)