~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to solid/solid/backends/upower/upowerdevice.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-01 16:16:35 UTC
  • mfrom: (1.14.20)
  • Revision ID: package-import@ubuntu.com-20120801161635-qewual50h0fwfeju
Tags: 4:4.9.0a-0ubuntu1
New tar from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
{
201
201
    QDBusMessage call = QDBusMessage::createMethodCall(m_device.service(), m_device.path(),
202
202
                                                       "org.freedesktop.DBus.Properties", "GetAll");
 
203
    call << m_device.interface();
203
204
    QDBusPendingReply< QVariantMap > reply = QDBusConnection::systemBus().asyncCall(call);
204
205
    reply.waitForFinished();
205
206