[Pkg-owncloud-commits] [owncloud-client] 161/498: Account: don't use the Theme from the account
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:46 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 7f0735a9559d125e0f3810da23bd0f79e30efb0c
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Jun 15 16:51:37 2015 +0200
Account: don't use the Theme from the account
The Theme will be moved to GUI
The server URL is anyway overriden by the wizard or the accountmanager
---
src/libsync/account.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/libsync/account.cpp b/src/libsync/account.cpp
index df8e59a..60ebaaf 100644
--- a/src/libsync/account.cpp
+++ b/src/libsync/account.cpp
@@ -13,11 +13,9 @@
#include "account.h"
#include "cookiejar.h"
-#include "theme.h"
#include "networkjobs.h"
#include "configfile.h"
#include "accessmanager.h"
-#include "owncloudtheme.h"
#include "creds/abstractcredentials.h"
#include "../3rdparty/certificates/p12topem.h"
@@ -36,7 +34,6 @@ namespace OCC {
Account::Account(QObject *parent)
: QObject(parent)
- , _url(Theme::instance()->overrideServerUrl())
, _am(0)
, _credentials(0)
, _treatSslErrorsAsFailure(false)
--
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