[Pkg-owncloud-commits] [owncloud-client] 155/498: AccountManager: remove export macro

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:45 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 e321280eaebbb6eff820005d7fbc4e42dd8b0dcc
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Jun 15 14:53:36 2015 +0200

    AccountManager:  remove export macro
---
 src/gui/accountmanager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/accountmanager.h b/src/gui/accountmanager.h
index f8a3ce9..30d4456 100644
--- a/src/gui/accountmanager.h
+++ b/src/gui/accountmanager.h
@@ -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();

-- 
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