From abc4021919f406ee25e101122144879f8770d51d Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Fri, 13 Jul 2018 00:39:24 +1000 Subject: Uninstall support --- installer/process/removeworker.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 installer/process/removeworker.h (limited to 'installer/process/removeworker.h') diff --git a/installer/process/removeworker.h b/installer/process/removeworker.h new file mode 100644 index 0000000..aaa344a --- /dev/null +++ b/installer/process/removeworker.h @@ -0,0 +1,26 @@ +#ifndef REMOVEWORKER_H +#define REMOVEWORKER_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +class RemoveWorker : public QObject +{ + Q_OBJECT +public: + explicit RemoveWorker(QObject *parent = nullptr); + +signals: + +public slots: + bool startWork(); +}; + +#endif // REMOVEWORKER_H -- cgit v1.2.3