Do not export symbols of CopySource(Target)Device

Calamares resize jobs was ported to ResizeOperation, so this is no longer
necessary.
This commit is contained in:
Andrius Štikonas 2017-11-01 20:11:38 +00:00
parent 87e210432d
commit 9ea983654c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class CoreBackendDevice;
another Device or to backup its FileSystem to a file.
@author Volker Lanz <vl@fidra.de>
*/
class LIBKPMCORE_EXPORT CopySourceDevice : public CopySource
class CopySourceDevice : public CopySource
{
Q_DISABLE_COPY(CopySourceDevice)

View File

@ -36,7 +36,7 @@ class CoreBackendDevice;
@author Volker Lanz <vl@fidra.de>
*/
class LIBKPMCORE_EXPORT CopyTargetDevice : public CopyTarget
class CopyTargetDevice : public CopyTarget
{
Q_DISABLE_COPY(CopyTargetDevice)