Fix compilation on Windows

This commit is contained in:
Daniel Molkentin 2015-01-12 09:40:11 +01:00
parent 214f925b2f
commit 488f993f45

View file

@ -27,7 +27,7 @@ class AccountState;
class Account;
class AbstractCredentials;
class OWNCLOUDSYNC_EXPORT AccountStateManager : public QObject {
class AccountStateManager : public QObject {
Q_OBJECT
public:
static AccountStateManager *instance();
@ -53,7 +53,7 @@ private:
/**
* @brief Extra info about an ownCloud server account.
*/
class OWNCLOUDSYNC_EXPORT AccountState : public QObject {
class AccountState : public QObject {
Q_OBJECT
public:
enum State {