[Pkg-owncloud-commits] [owncloud-client] 43/218: AccountSettings: remove unused member
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:39 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 0d08bbec747bb26b8a9143ceb590ebe6d347a401
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Sep 1 11:37:47 2015 +0200
AccountSettings: remove unused member
Fix a coverity warning
---
src/gui/accountsettings.cpp | 1 -
src/gui/accountsettings.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index cdc45f6..c929932 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -121,7 +121,6 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
this, SLOT(slotUpdateQuota(qint64,qint64)));
connect(ui->deleteButton, SIGNAL(clicked()) , this, SLOT(slotDeleteAccount()));
-
}
void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h
index 5f4034c..c20c464 100644
--- a/src/gui/accountsettings.h
+++ b/src/gui/accountsettings.h
@@ -92,7 +92,6 @@ private:
QUrl _OCUrl;
bool _wasDisabledBefore;
AccountState *_accountState;
- QLabel *_quotaLabel;
QuotaInfo _quotaInfo;
};
--
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