[Pkg-owncloud-commits] [owncloud-client] 99/498: ProgressInfo: Fix Windows build
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:39 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 330b3520011bffffa0af04c859380da6ebb992eb
Author: Markus Goetz <markus at woboq.com>
Date: Wed May 20 11:59:33 2015 +0200
ProgressInfo: Fix Windows build
---
src/libsync/progressdispatcher.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libsync/progressdispatcher.h b/src/libsync/progressdispatcher.h
index 42ae64e..3813010 100644
--- a/src/libsync/progressdispatcher.h
+++ b/src/libsync/progressdispatcher.h
@@ -27,7 +27,7 @@
namespace OCC {
-class ProgressInfo : public QObject
+class OWNCLOUDSYNC_EXPORT ProgressInfo : public QObject
{
Q_OBJECT
public:
@@ -99,7 +99,7 @@ public:
* Holds the current state of something making progress and maintains an
* estimate of the current progress per second.
*/
- struct Progress
+ struct OWNCLOUDSYNC_EXPORT Progress
{
Progress()
: _progressPerSec(0)
@@ -134,7 +134,7 @@ public:
friend class ProgressInfo;
};
- struct ProgressItem
+ struct OWNCLOUDSYNC_EXPORT ProgressItem
{
SyncFileItem _item;
Progress _progress;
--
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