From: Carsten Niehaus Date: Sat, 8 Oct 2005 11:47:53 +0000 (+0000) Subject: * Oops, add the .h as well X-Git-Tag: v3.80.2~300^2~2 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=912b897f4932a98d0a9a9a875e4edc538dbfe588;p=libqmvoc.git * Oops, add the .h as well svn path=/trunk/KDE/kdeedu/kalzium/src/spectrummanager/spectrumparser.h; revision=468524 --- diff --git a/kalzium/src/spectrummanager/spectrumparser.h b/kalzium/src/spectrummanager/spectrumparser.h new file mode 100644 index 0000000..c558873 --- /dev/null +++ b/kalzium/src/spectrummanager/spectrumparser.h @@ -0,0 +1,28 @@ +#ifndef SPECTRUMPARSER_H +#define SPECTRUMPARSER_H +/*************************************************************************** + copyright : (C) 2005 by Carsten Niehaus + email : cniehaus@kde.org + ***************************************************************************/ +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +/** + * @author Carsten Niehaus + */ +class SpectrumParser +{ + public: + /** + * public contructor + */ + SpectrumParser(); + +}; +#endif // SPECTRUMPARSER_H +