[Pkg-owncloud-commits] [owncloud-client] 181/498: Fix windows build
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:48 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 bb85db6cc5efe40bad0482dabd0c431028e51239
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Jun 18 10:24:40 2015 +0200
Fix windows build
---
src/gui/creds/credentialsfactory.h | 2 +-
src/gui/creds/httpcredentialsgui.h | 2 +-
src/gui/creds/shibboleth/shibbolethwebview.h | 2 +-
src/gui/creds/shibbolethcredentials.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/gui/creds/credentialsfactory.h b/src/gui/creds/credentialsfactory.h
index 26225d6..fbb6e91 100644
--- a/src/gui/creds/credentialsfactory.h
+++ b/src/gui/creds/credentialsfactory.h
@@ -25,7 +25,7 @@ class AbstractCredentials;
namespace CredentialsFactory
{
-OWNCLOUDSYNC_EXPORT AbstractCredentials* create(const QString& type);
+AbstractCredentials* create(const QString& type);
} // ns CredentialsFactory
diff --git a/src/gui/creds/httpcredentialsgui.h b/src/gui/creds/httpcredentialsgui.h
index e18de29..3f36812 100644
--- a/src/gui/creds/httpcredentialsgui.h
+++ b/src/gui/creds/httpcredentialsgui.h
@@ -19,7 +19,7 @@
namespace OCC
{
-class OWNCLOUDSYNC_EXPORT HttpCredentialsGui : public HttpCredentials {
+class HttpCredentialsGui : public HttpCredentials {
Q_OBJECT
public:
explicit HttpCredentialsGui() : HttpCredentials() {}
diff --git a/src/gui/creds/shibboleth/shibbolethwebview.h b/src/gui/creds/shibboleth/shibbolethwebview.h
index f8b79ce..89e353e 100644
--- a/src/gui/creds/shibboleth/shibbolethwebview.h
+++ b/src/gui/creds/shibboleth/shibbolethwebview.h
@@ -28,7 +28,7 @@ namespace OCC
class ShibbolethCookieJar;
-class OWNCLOUDSYNC_EXPORT ShibbolethWebView : public QWebView
+class ShibbolethWebView : public QWebView
{
Q_OBJECT
diff --git a/src/gui/creds/shibbolethcredentials.h b/src/gui/creds/shibbolethcredentials.h
index 767d592..0008e6d 100644
--- a/src/gui/creds/shibbolethcredentials.h
+++ b/src/gui/creds/shibbolethcredentials.h
@@ -33,7 +33,7 @@ namespace OCC
class ShibbolethWebView;
-class OWNCLOUDSYNC_EXPORT ShibbolethCredentials : public AbstractCredentials
+class ShibbolethCredentials : public AbstractCredentials
{
Q_OBJECT
--
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