SVN_SILENT: ws fixes

svn path=/trunk/KDE/kdelibs/; revision=903147
This commit is contained in:
Aaron J. Seigo 2008-12-30 01:00:56 +00:00
parent c7b36c7959
commit 014514e808

View File

@ -159,9 +159,8 @@ class PLASMA_EXPORT DataEngine : public QObject
* If the data has not changed, no update will be sent.
* @param intervalAlignment the number of ms to align the interval to
**/
Q_INVOKABLE void connectAllSources(
QObject *visualization, uint pollingInterval = 0,
Plasma::IntervalAlignment intervalAlignment = NoAlignment) const;
Q_INVOKABLE void connectAllSources(QObject *visualization, uint pollingInterval = 0,
Plasma::IntervalAlignment intervalAlignment = NoAlignment) const;
/**
* Disconnects a source to an object that was receiving data updates.