mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Add missing export
This commit is contained in:
parent
b431f4ef0c
commit
e45e57982d
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue