]> Git trees. - libqmvoc.git/commitdiff
* Adding the SpectrumEditor. Works but looks pretty ugly because of layout-issues...
authorCarsten Niehaus <cniehaus@gmx.de>
Mon, 25 Jul 2005 11:02:50 +0000 (11:02 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Mon, 25 Jul 2005 11:02:50 +0000 (11:02 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=438560

kalzium/src/spectrum.h

index f250979f63768c6aa83039a4ce7e53d9a8bb21df..e36523f2d1a7ddfd20f43905ad8df3763c650cd5 100644 (file)
@@ -47,10 +47,16 @@ class Spectrum
        public:
                /**
                 * public costructor
+                * @param parent the Element this spectrum belongs to
                 */
                Spectrum( Element* parent ){
                        m_parentElement = parent;
                };
+
+               /**
+                * This spectrum doesn't belong to any element
+                */
+               Spectrum(){};
                
                /**
                 * public destructor