mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Add OWNCLOUDSYNC_EXPORT to make building on windows.
This commit is contained in:
parent
a3d70b3cf6
commit
b1c842373d
1 changed files with 3 additions and 1 deletions
|
@ -17,11 +17,13 @@
|
|||
#include <QString>
|
||||
#include <QDateTime>
|
||||
|
||||
#include "owncloudlib.h"
|
||||
|
||||
namespace Mirall {
|
||||
|
||||
class SyncFileItem;
|
||||
|
||||
class SyncJournalFileRecord
|
||||
class OWNCLOUDSYNC_EXPORT SyncJournalFileRecord
|
||||
{
|
||||
public:
|
||||
SyncJournalFileRecord();
|
||||
|
|
Loading…
Reference in a new issue