From: Adriaan de Groot Date: Wed, 26 Oct 2005 15:47:47 +0000 (+0000) Subject: Pull dox out of ass X-Git-Tag: v3.80.2~251 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=cde6cb4dbfb41738688ab7bb341893f6dbb37a87;p=libqmvoc.git Pull dox out of ass svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=474506 --- diff --git a/libscience/chemicaldataobject.h b/libscience/chemicaldataobject.h index 2f753c7..baeb344 100644 --- a/libscience/chemicaldataobject.h +++ b/libscience/chemicaldataobject.h @@ -87,10 +87,13 @@ class ChemicalDataObject * Constructor. * @param v the data of the object * @param type the type of the data + * @param errorValue the error margin of the value @p v + * + * @see errorValue() */ ChemicalDataObject( const QVariant& v, BlueObelisk type, - const QVariant& errorValue = 0); + const QVariant& errorValue = QVariant(0) ); /** * Set the data of this object to @p v