From 8d20822a09e0f1fab9856008fa2fb5cffb5ffa11 Mon Sep 17 00:00:00 2001 From: Beat Wolf Date: Tue, 8 Jun 2010 18:35:41 +0000 Subject: [PATCH] small doc update reflecting a past commit svn path=/trunk/KDE/kdelibs/; revision=1136034 --- datacontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacontainer.h b/datacontainer.h index 01534a230..8f353d9ea 100644 --- a/datacontainer.h +++ b/datacontainer.h @@ -88,7 +88,7 @@ class PLASMA_EXPORT DataContainer : public QObject * DataContainer. * * @param key a string used as the key for the data - * @param value a QVariant holding the actual data. If a null or invalid + * @param value a QVariant holding the actual data. If a invalid * QVariant is passed in and the key currently exists in the * data, then the data entry is removed **/