mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add missing export
This commit is contained in:
parent
16a5754cf8
commit
d009e4e42d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user