~diegosarmentero/ubuntu-system-settings/click-updates

« back to all changes in this revision

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

  • Committer: Diego Sarmentero
  • Date: 2014-03-27 13:13:43 UTC
  • Revision ID: diego.sarmentero@gmail.com-20140327131343-996txxy49qvzkt0y
apply fixes requested

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    QObject::connect(&m_service, SIGNAL(credentialsNotFound()),
46
46
                  this, SLOT(clickUpdateNotAvailable()));
47
47
    // PROCESS
48
 
    QObject::connect(&(m_process), SIGNAL(finished(int)),
 
48
    QObject::connect(&m_process, SIGNAL(finished(int)),
49
49
                  this, SLOT(processOutput()));
50
50
    // NETWORK
51
 
    QObject::connect(&(m_network), SIGNAL(updatesFound()),
 
51
    QObject::connect(&m_network, SIGNAL(updatesFound()),
52
52
                  this, SLOT(processUpdates()));
53
 
    QObject::connect(&(m_network), SIGNAL(updatesNotFound()),
 
53
    QObject::connect(&m_network, SIGNAL(updatesNotFound()),
54
54
                  this, SLOT(clickUpdateNotAvailable()));
55
 
    QObject::connect(&(m_network), SIGNAL(errorOccurred()),
 
55
    QObject::connect(&m_network, SIGNAL(errorOccurred()),
56
56
                  this, SIGNAL(errorFound()));
57
 
    QObject::connect(&(m_network),
 
57
    QObject::connect(&m_network,
58
58
                     SIGNAL(clickTokenObtained(Update*, const QString&)),
59
59
                     this, SLOT(clickTokenReceived(Update*, const QString&)));
60
 
    QObject::connect(&(m_network),
 
60
    QObject::connect(&m_network,
61
61
                     SIGNAL(downloadUrlFound(const QString&, const QString&)),
62
62
                     this, SLOT(downloadUrlObtained(const QString&, const QString&)));
63
63
    // SYSTEM UPDATE