mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Add OWNCLOUDSYNC_EXPORT prefix to make windows build.
This commit is contained in:
parent
07e60b9161
commit
398bca9fe4
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ private:
|
|||
* Note that this job is only for querying one item.
|
||||
* There is also the LsColJob which can be used to list collections
|
||||
*/
|
||||
class PropfindJob : public AbstractNetworkJob {
|
||||
class OWNCLOUDSYNC_EXPORT PropfindJob : public AbstractNetworkJob {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PropfindJob(AccountPtr account, const QString &path, QObject *parent = 0);
|
||||
|
|
Loading…
Reference in a new issue