From d1eacc3a2773f4be0439edc31d01cac2119c116d Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sun, 12 Jun 2005 17:27:43 +0000 Subject: [PATCH] * 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 --- kalzium/src/element.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 */ -- 2.47.3