]> Git trees. - libqmvoc.git/commitdiff
Make the returntype sane
authorCarsten Niehaus <cniehaus@gmx.de>
Sat, 8 Oct 2005 10:21:20 +0000 (10:21 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sat, 8 Oct 2005 10:21:20 +0000 (10:21 +0000)
svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=468496

kalzium/src/spectrum.h

index 7d5e6294f9beeee0e7d88682c3307ba744be2950..2811f94fc0019276e552aa8c13155958ffcf31ee 100644 (file)
@@ -24,7 +24,6 @@
 #include <qlist.h>
 #include <qstring.h>
 
-class QPixmap;
 class Element;
 
 /**
@@ -124,8 +123,8 @@ class Spectrum
                /**
                 * @return the list of bands of the spectrum
                 */
-               QList<band>* bandlist(){
-                       return &m_bandlist;
+               QList<band> bandlist(){
+                       return m_bandlist;
                }
        
                /**