Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-03-04 15:50:55 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-03-04 15:50:55 +0300
commit398bca9fe41896a4597276e46ba4ae228a15c799 (patch)
tree53ccda59d636b2f0e5cb0d7ca2d087b39eda852f
parent07e60b916156bae963b4b0b4fbc512532c738bd4 (diff)
Add OWNCLOUDSYNC_EXPORT prefix to make windows build.v1.8.0-beta2
-rw-r--r--src/libsync/networkjobs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/networkjobs.h b/src/libsync/networkjobs.h
index d50f673be..96cda0abb 100644
--- a/src/libsync/networkjobs.h
+++ b/src/libsync/networkjobs.h
@@ -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);