Add missing export

This commit is contained in:
Olivier Goffart 2018-10-20 13:25:22 +02:00 committed by Kevin Ottens
parent b431f4ef0c
commit e45e57982d
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

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