[Pkg-owncloud-commits] [owncloud-client] 92/175: Windows: Fix build of tests.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 1c84d01584299da0cb284f01dfa03278920ed3f7
Author: Christian Kamm <kamm at incasoftware.de>
Date:   Fri May 22 09:17:24 2015 +0200

    Windows: Fix build of tests.
---
 src/libsync/propagatedownload.cpp | 2 +-
 test/testowncloudpropagator.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libsync/propagatedownload.cpp b/src/libsync/propagatedownload.cpp
index 65fc409..152e182 100644
--- a/src/libsync/propagatedownload.cpp
+++ b/src/libsync/propagatedownload.cpp
@@ -34,7 +34,7 @@ namespace OCC {
 // Always coming in with forward slashes.
 // In csync_excluded_no_ctx we ignore all files with longer than 254 chars
 // This function also adds a dot at the begining of the filename to hide the file on OS X and Linux
-QString createDownloadTmpFileName(const QString &previous) {
+QString OWNCLOUDSYNC_EXPORT createDownloadTmpFileName(const QString &previous) {
     QString tmpFileName;
     QString tmpPath;
     int slashPos = previous.lastIndexOf('/');
diff --git a/test/testowncloudpropagator.h b/test/testowncloudpropagator.h
index 1ffa66a..24cdcdc 100644
--- a/test/testowncloudpropagator.h
+++ b/test/testowncloudpropagator.h
@@ -14,7 +14,7 @@
 
 using namespace OCC;
 namespace OCC {
-QString createDownloadTmpFileName(const QString &previous);
+QString OWNCLOUDSYNC_EXPORT createDownloadTmpFileName(const QString &previous);
 }
 
 class TestOwncloudPropagator : public QObject

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list