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=9337294c49c89c5cb01db726835da60af566821f;hpb=be5ee6ccd9b29c9d5ca59e4a3d4adf53bac6bc8d 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