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,8 +159,7 @@ class PLASMA_EXPORT DataEngine : public QObject
* If the data has not changed, no update will be sent. * If the data has not changed, no update will be sent.
* @param intervalAlignment the number of ms to align the interval to * @param intervalAlignment the number of ms to align the interval to
**/ **/
Q_INVOKABLE void connectAllSources( Q_INVOKABLE void connectAllSources(QObject *visualization, uint pollingInterval = 0,
QObject *visualization, uint pollingInterval = 0,
Plasma::IntervalAlignment intervalAlignment = NoAlignment) const; Plasma::IntervalAlignment intervalAlignment = NoAlignment) const;
/** /**