remove lies from the docs

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796923
This commit is contained in:
Chani Armitage 2008-04-14 14:49:16 +00:00
parent 4e6e78cb04
commit da49777a70

View File

@ -283,9 +283,6 @@ class PLASMA_EXPORT DataEngine : public QObject
* Sets a value for a data source. If the source
* doesn't exist then it is created.
*
* Note: Passing an empty or invalid QVariant as the value is
* functionally equivalent to calling removeSource(source);
*
* @param source the name of the data source
* @param value the data to associated with the source
**/
@ -295,9 +292,6 @@ class PLASMA_EXPORT DataEngine : public QObject
* Sets a value for a data source. If the source
* doesn't exist then it is created.
*
* Note: Passing an empty or invalid QVariant as the value is
* functionally equivalent to calling removeSource(source);
*
* @param source the name of the data source
* @param key the key to use for the data
* @param value the data to associated with the source
@ -308,9 +302,6 @@ class PLASMA_EXPORT DataEngine : public QObject
* Adds a set of data to a data source. If the source
* doesn't exist then it is created.
*
* Note: Passing an empty or invalid QVariant as the value is
* functionally equivalent to calling removeSource(source);
*
* @param source the name of the data source
* @param data the data to add to the source
**/