]> git.sur5r.net Git - minitube/blob - lib/updater/src/impl/openinstaller.h
New upstream version 3.8
[minitube] / lib / updater / src / impl / openinstaller.h
1 #ifndef OPENINSTALLER_H
2 #define OPENINSTALLER_H
3
4 #include <QtCore>
5
6 #include "installer.h"
7
8 namespace updater {
9
10 /// Installer implementation that opens the downloaded update
11 class OpenInstaller : public Installer {
12     Q_OBJECT
13
14 public:
15     OpenInstaller();
16     void start(const QString &filename);
17 };
18
19 } // namespace updater
20 #endif // OPENINSTALLER_H