]> Git trees. - libqmvoc.git/commitdiff
Pull dox out of ass
authorAdriaan de Groot <groot@kde.org>
Wed, 26 Oct 2005 15:47:47 +0000 (15:47 +0000)
committerAdriaan de Groot <groot@kde.org>
Wed, 26 Oct 2005 15:47:47 +0000 (15:47 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=474506

libscience/chemicaldataobject.h

index 2f753c74a329e33bb389a30d948fd635873b9a84..baeb344b0e43d53c7adb2eb7ead9a615043acb41 100644 (file)
@@ -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