~neon/nepomuk-core/master

« back to all changes in this revision

Viewing changes to services/storage/resourcewatchermanager.cpp

  • Committer: Sebastian Trueg
  • Date: 2012-04-10 10:24:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1029.
  • Revision ID: git-v1:9696363e45ebbaf238bf07b8e23417112c75df06
Export the new somethingChanged signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
      m_model(parent),
103
103
      m_connectionCount(0)
104
104
{
105
 
    QDBusConnection::sessionBus().registerObject("/resourcewatcher", this, QDBusConnection::ExportScriptableSlots);
 
105
    QDBusConnection::sessionBus().registerObject("/resourcewatcher", this, QDBusConnection::ExportScriptableSlots|QDBusConnection::ExportScriptableSignals);
106
106
}
107
107
 
108
108
Nepomuk::ResourceWatcherManager::~ResourceWatcherManager()