[Pkg-owncloud-commits] [owncloud-client] 68/83: remove broken connection
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 31 11:31:45 UTC 2014
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 571c199db8b212d1ef68f428f26c68af0448b05a
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed May 28 18:11:28 2014 +0200
remove broken connection
Fixes #1822
---
src/mirall/settingsdialogmac.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mirall/settingsdialogmac.cpp b/src/mirall/settingsdialogmac.cpp
index bf201a1..87ba4b1 100644
--- a/src/mirall/settingsdialogmac.cpp
+++ b/src/mirall/settingsdialogmac.cpp
@@ -49,8 +49,6 @@ SettingsDialogMac::SettingsDialogMac(ownCloudGui *gui, QWidget *parent)
connect( ProgressDispatcher::instance(), SIGNAL(progressInfo(QString, Progress::Info)),
_accountSettings, SLOT(slotSetProgress(QString, Progress::Info)) );
- connect( ProgressDispatcher::instance(), SIGNAL(progressSyncProblem(QString,Progress::SyncProblem)),
- _accountSettings, SLOT(slotProgressProblem(QString,Progress::SyncProblem)) );
QAction *showLogWindow = new QAction(this);
showLogWindow->setShortcut(QKeySequence("F12"));
--
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