From 485a05f2c268ca3be238a5bad4109243c145628c Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Tue, 21 Apr 2009 16:35:04 +0000 Subject: [PATCH] export GlobalLog svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=957230 --- src/util/globallog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)