From: kirilma Date: Thu, 22 Apr 2010 12:03:07 +0000 (+0000) Subject: CC: fix endlines X-Git-Tag: 0.5.0~91 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/a61c5f53c2e2785f945ae43332e6370bae3990cd CC: fix endlines --- diff --git a/src/sql/schedulexmlparser.h b/src/sql/schedulexmlparser.h index 147728f..13bd3b8 100644 --- a/src/sql/schedulexmlparser.h +++ b/src/sql/schedulexmlparser.h @@ -16,24 +16,24 @@ * You should have received a copy of the GNU General Public License along with * fosdem-schedule. If not, see . */ -#ifndef SCHEDULEXMLPARSER_H_ -#define SCHEDULEXMLPARSER_H_ - -#include - -class ScheduleXmlParser : public QObject -{ - Q_OBJECT - public: - ScheduleXmlParser (QObject *aParent = NULL); - - public slots: - int parseData(const QByteArray &aData, const QString& url); // returns 'confId' of parsed conference schedule - - signals: - void progressStatus(int aStatus); - void parsingSchedule(const QString &aTitle); -}; - -#endif /* SCHEDULEXMLPARSER_H_ */ - +#ifndef SCHEDULEXMLPARSER_H_ +#define SCHEDULEXMLPARSER_H_ + +#include + +class ScheduleXmlParser : public QObject +{ + Q_OBJECT + public: + ScheduleXmlParser (QObject *aParent = NULL); + + public slots: + int parseData(const QByteArray &aData, const QString& url); // returns 'confId' of parsed conference schedule + + signals: + void progressStatus(int aStatus); + void parsingSchedule(const QString &aTitle); +}; + +#endif /* SCHEDULEXMLPARSER_H_ */ +