mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Fix windows build
This commit is contained in:
parent
dd5ddf2166
commit
bb85db6cc5
4 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ class AbstractCredentials;
|
|||
namespace CredentialsFactory
|
||||
{
|
||||
|
||||
OWNCLOUDSYNC_EXPORT AbstractCredentials* create(const QString& type);
|
||||
AbstractCredentials* create(const QString& type);
|
||||
|
||||
} // ns CredentialsFactory
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
namespace OCC
|
||||
{
|
||||
|
||||
class OWNCLOUDSYNC_EXPORT HttpCredentialsGui : public HttpCredentials {
|
||||
class HttpCredentialsGui : public HttpCredentials {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit HttpCredentialsGui() : HttpCredentials() {}
|
||||
|
|
|
@ -28,7 +28,7 @@ namespace OCC
|
|||
|
||||
class ShibbolethCookieJar;
|
||||
|
||||
class OWNCLOUDSYNC_EXPORT ShibbolethWebView : public QWebView
|
||||
class ShibbolethWebView : public QWebView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ namespace OCC
|
|||
|
||||
class ShibbolethWebView;
|
||||
|
||||
class OWNCLOUDSYNC_EXPORT ShibbolethCredentials : public AbstractCredentials
|
||||
class ShibbolethCredentials : public AbstractCredentials
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue