Add OWNCLOUDSYNC_EXPORT prefix to make windows build.

This commit is contained in:
Klaas Freitag 2015-03-04 13:50:55 +01:00
parent 07e60b9161
commit 398bca9fe4

View file

@ -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);