Add missing export

This commit is contained in:
Olivier Goffart 2018-10-20 13:25:22 +02:00
parent 16a5754cf8
commit d009e4e42d

View File

@ -23,6 +23,8 @@
#include <csync.h>
#include <owncloudlib.h>
namespace OCC {
class SyncFileItem;
@ -33,7 +35,7 @@ typedef QSharedPointer<SyncFileItem> SyncFileItemPtr;
* @brief The SyncFileItem class
* @ingroup libsync
*/
class SyncFileItem
class OWNCLOUDSYNC_EXPORT SyncFileItem
{
Q_GADGET
public: