]> git.sur5r.net Git - minitube/blob - lib/updater/src/impl/appcastparser.h
New upstream version 3.8
[minitube] / lib / updater / src / impl / appcastparser.h
1 #ifndef APPCASTPARSER_H
2 #define APPCASTPARSER_H
3
4 #include <QtCore>
5
6 #include "parser.h"
7
8 namespace updater {
9
10 class DefaultUpdater;
11
12 class AppcastParser : public Parser {
13 public:
14     AppcastParser();
15     void parse(const QByteArray &bytes);
16 };
17
18 } // namespace updater
19
20 #endif // APPCASTPARSER_H