Skip to content
  • David Edmundson's avatar
    Avoid blocking DBus call to kded · 6d57e166
    David Edmundson authored
    There are two blocking calls here; the QDBusInterface constructor and
    the init method.
    
    It should be fine to do blocking calls to kded, but given we don't need
    to, we may as well avoid them.
    
    REVIEW: 127382
    6d57e166