remove lies from the docs
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796923
This commit is contained in:
parent
4e6e78cb04
commit
da49777a70
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user