~ubuntu-branches/ubuntu/wily/kwallet-kf5/wily

« back to all changes in this revision

Viewing changes to src/runtime/kwalletd/kwalletd.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-11-07 15:09:36 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20141107150936-yvfpwjn15qcpsw9o
Tags: 5.4.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
    _dw->startScan(true);
149
149
    connect(_dw, SIGNAL(dirty(QString)), this, SLOT(emitWalletListDirty()));
 
150
    connect(_dw, &KDirWatch::deleted, this, &KWalletD::emitWalletListDirty);
150
151
 
151
152
    _serviceWatcher.setWatchMode(QDBusServiceWatcher::WatchForOwnerChange);
152
153
    connect(&_serviceWatcher, SIGNAL(serviceOwnerChanged(QString,QString,QString)), this, SLOT(slotServiceOwnerChanged(QString,QString,QString)));