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

« back to all changes in this revision

Viewing changes to plasma/dataenginemanager.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
            out << "                * " << dc->objectName() << endl;
222
222
            out << "                       Data count: " << dc->d->data.count() << endl;
223
223
            out << "                       Stored: " << dc->isStorageEnabled() << ' ' << endl;
224
 
            const int directs = dc->receivers(SIGNAL(dataUpdated(QString, Plasma::DataEngine::Data)));
 
224
            const int directs = dc->receivers(SIGNAL(dataUpdated(QString,Plasma::DataEngine::Data)));
225
225
            if (directs > 0) {
226
226
                out << "                       Direction Connections: " << directs << ' ' << endl;
227
227
            }