mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +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.
|
* Note that this job is only for querying one item.
|
||||||
* There is also the LsColJob which can be used to list collections
|
* There is also the LsColJob which can be used to list collections
|
||||||
*/
|
*/
|
||||||
class PropfindJob : public AbstractNetworkJob {
|
class OWNCLOUDSYNC_EXPORT PropfindJob : public AbstractNetworkJob {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit PropfindJob(AccountPtr account, const QString &path, QObject *parent = 0);
|
explicit PropfindJob(AccountPtr account, const QString &path, QObject *parent = 0);
|
||||||
|
|
Loading…
Reference in a new issue