[Pkg-owncloud-commits] [owncloud-client] 366/498: Application: Remove unused connection to updater.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:07 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 b22e284191b095a5edc0fbb208dc5e9f448d8da8
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Jul 20 15:32:00 2015 +0200

    Application: Remove unused connection to updater.
---
 src/gui/application.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index 1d27319..acc19bf 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -179,8 +179,6 @@ Application::Application(int &argc, char **argv) :
 
     // Update checks
     if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance())) {
-        connect(updater,  SIGNAL(downloadStateChanged()),
-                this,     SLOT(slotNotifyAboutAvailableUpdate()), Qt::UniqueConnection);
         connect(updater,  SIGNAL(newUpdateAvailable(QString,QString)),
                 _gui,     SLOT(slotShowTrayMessage(QString,QString)) );
     }

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