From: Carsten Niehaus Date: Sat, 8 Oct 2005 10:21:20 +0000 (+0000) Subject: Make the returntype sane X-Git-Tag: v3.80.2~300^2~3 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=4eede986e68a1073e9cde0f66db2c7c731c91c49;p=libqmvoc.git Make the returntype sane svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=468496 --- diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index 7d5e629..2811f94 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -24,7 +24,6 @@ #include #include -class QPixmap; class Element; /** @@ -124,8 +123,8 @@ class Spectrum /** * @return the list of bands of the spectrum */ - QList* bandlist(){ - return &m_bandlist; + QList bandlist(){ + return m_bandlist; } /**