From: Carsten Niehaus Date: Sun, 12 Jun 2005 17:27:43 +0000 (+0000) Subject: * first part of "make use of the scientist-information" X-Git-Tag: v3.80.2~300^2~110 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=d1eacc3a2773f4be0439edc31d01cac2119c116d;p=libqmvoc.git * first part of "make use of the scientist-information" * adding again much more data svn path=/trunk/KDE/kdeedu/kalzium/src/element.h; revision=424660 --- diff --git a/kalzium/src/element.h b/kalzium/src/element.h index 9ecf91d..79d0b6e 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -196,6 +196,13 @@ class Element{ return m_symbol; } + /** + * @return the scientist who discovered the element + */ + QString scientist() const{ + return m_scientist; + } + /** * @return the crystalstructure of the element */