Export Copy{Source,Target}Device classes.

This commit is contained in:
Teo Mrnjavac 2015-07-10 15:07:05 +02:00
parent 7fa51ae067
commit eb1879774f
2 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,7 @@
#define COPYSOURCEDEVICE__H
#include "../core/copysource.h"
#include "../util/libpartitionmanagerexport.h"
#include <qglobal.h>
@ -33,7 +34,7 @@ class CoreBackendDevice;
another Device or to backup its FileSystem to a file.
@author Volker Lanz <vl@fidra.de>
*/
class CopySourceDevice : public CopySource
class LIBKPMCORE_EXPORT CopySourceDevice : public CopySource
{
Q_DISABLE_COPY(CopySourceDevice)

View File

@ -20,6 +20,7 @@
#define COPYTARGETDEVICE__H
#include "../core/copytarget.h"
#include "../util/libpartitionmanagerexport.h"
#include <qglobal.h>
@ -35,7 +36,7 @@ class CoreBackendDevice;
@author Volker Lanz <vl@fidra.de>
*/
class CopyTargetDevice : public CopyTarget
class LIBKPMCORE_EXPORT CopyTargetDevice : public CopyTarget
{
Q_DISABLE_COPY(CopyTargetDevice)