~dbarth/ubuntu-system-settings/rtm-fix-1378678

« back to all changes in this revision

Viewing changes to plugins/system-update/update_manager.cpp

  • Committer: CI Train Bot
  • Date: 2015-02-19 17:21:09 UTC
  • Revision ID: ci-train-bot@canonical.com-20150219172109-0m7rosirrhna2znv
Tags: 0.3+15.04.20150219~rtm-0ubuntu1
Releasing 0.3+15.04.20150219~rtm-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                     this, SIGNAL(credentialsNotFound()));
64
64
    QObject::connect(&m_service, SIGNAL(credentialsNotFound()),
65
65
                  this, SLOT(clickUpdateNotAvailable()));
66
 
    QObject::connect(&m_service, SIGNAL(credentialsDeleted()),
67
 
                     this, SIGNAL(credentialsDeleted()));
68
 
    QObject::connect(&m_service, SIGNAL(credentialsDeleted()),
69
 
                  this, SLOT(clickUpdateNotAvailable()));
70
66
    // PROCESS
71
67
    QObject::connect(&m_process, SIGNAL(finished(int)),
72
68
                  this, SLOT(processOutput()));