~ubuntu-branches/ubuntu/quantal/kremotecontrol/quantal-proposed

« back to all changes in this revision

Viewing changes to libkremotecontrol/remotecontrolmanager.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-12-02 01:00:12 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20121202010012-nz5zlkzuk3km15le
Tags: 4:4.9.4-0ubuntu0.1
New upstream bugfix release (LP: #1085516)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
            if(backend->inherits("Iface::RemoteControlManager")) {
71
71
                kDebug() << "Backend loaded: " << ptr->name();
72
72
                m_backendList.append(qobject_cast<Iface::RemoteControlManager*>(backend));
 
73
                connect(backend, SIGNAL(remoteControlAdded(QString)), this, SLOT(_k_remoteControlAdded(QString)));
 
74
                connect(backend, SIGNAL(remoteControlRemoved(QString)), this, SLOT(_k_remoteControlRemoved(QString)));
 
75
                connect(backend, SIGNAL(statusChanged(bool)), this, SLOT(_k_statusChanged(bool)));
73
76
                break;
74
77
            } else {
75
78
                kDebug() << "Failed loading:" << error_string;