AccountManager: remove export macro

This commit is contained in:
Olivier Goffart 2015-06-15 14:53:36 +02:00
parent 3c8409ee69
commit e321280eae

View File

@ -20,7 +20,7 @@ namespace OCC {
typedef QSharedPointer<AccountState> AccountStatePtr;
class OWNCLOUDSYNC_EXPORT AccountManager : public QObject {
class AccountManager : public QObject {
Q_OBJECT
public:
static AccountManager *instance();