X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=lib%2Fupdater%2Fsrc%2Fimpl%2Fopeninstaller.h;fp=lib%2Fupdater%2Fsrc%2Fimpl%2Fopeninstaller.h;h=1324f34e9cc523d2f7bb79c8d20b1b9128743ad2;hp=0000000000000000000000000000000000000000;hb=b4e0b70c51f05c19b9095a381cb73bfb79f128dd;hpb=b76332aa9817cd134abf7e7e89e62456c1116668 diff --git a/lib/updater/src/impl/openinstaller.h b/lib/updater/src/impl/openinstaller.h new file mode 100644 index 0000000..1324f34 --- /dev/null +++ b/lib/updater/src/impl/openinstaller.h @@ -0,0 +1,20 @@ +#ifndef OPENINSTALLER_H +#define OPENINSTALLER_H + +#include + +#include "installer.h" + +namespace updater { + +/// Installer implementation that opens the downloaded update +class OpenInstaller : public Installer { + Q_OBJECT + +public: + OpenInstaller(); + void start(const QString &filename); +}; + +} // namespace updater +#endif // OPENINSTALLER_H