From: Adriaan de Groot Date: Wed, 6 Jul 2005 13:30:47 +0000 (+0000) Subject: Bunch of small dox fixes. Some todo's in indi where i couldn't guess all the paramete... X-Git-Tag: v3.4.90~9 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=0e17778bfbc2b20b1f3feb37453edb3fbb586fd3;p=libqmvoc.git Bunch of small dox fixes. Some todo's in indi where i couldn't guess all the parameters properly. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=432165 --- diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index f522a29..52d7954 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -131,7 +131,7 @@ public: QString color() const { return Color; } /**@short set the KPlotObject's Color - *@param n the new color + *@param c the new color */ void setColor( const QString &c ) { Color = c; }