From cde6cb4dbfb41738688ab7bb341893f6dbb37a87 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 26 Oct 2005 15:47:47 +0000 Subject: [PATCH] Pull dox out of ass svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=474506 --- libscience/chemicaldataobject.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3