From eb1879774fcde94a054041c2d036533525c9277b Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 10 Jul 2015 15:07:05 +0200 Subject: [PATCH] Export Copy{Source,Target}Device classes. --- src/core/copysourcedevice.h | 3 ++- src/core/copytargetdevice.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/copysourcedevice.h b/src/core/copysourcedevice.h index 5717221..b13726b 100644 --- a/src/core/copysourcedevice.h +++ b/src/core/copysourcedevice.h @@ -20,6 +20,7 @@ #define COPYSOURCEDEVICE__H #include "../core/copysource.h" +#include "../util/libpartitionmanagerexport.h" #include @@ -33,7 +34,7 @@ class CoreBackendDevice; another Device or to backup its FileSystem to a file. @author Volker Lanz */ -class CopySourceDevice : public CopySource +class LIBKPMCORE_EXPORT CopySourceDevice : public CopySource { Q_DISABLE_COPY(CopySourceDevice) diff --git a/src/core/copytargetdevice.h b/src/core/copytargetdevice.h index de7ec11..05909f2 100644 --- a/src/core/copytargetdevice.h +++ b/src/core/copytargetdevice.h @@ -20,6 +20,7 @@ #define COPYTARGETDEVICE__H #include "../core/copytarget.h" +#include "../util/libpartitionmanagerexport.h" #include @@ -35,7 +36,7 @@ class CoreBackendDevice; @author Volker Lanz */ -class CopyTargetDevice : public CopyTarget +class LIBKPMCORE_EXPORT CopyTargetDevice : public CopyTarget { Q_DISABLE_COPY(CopyTargetDevice)