aboutsummaryrefslogtreecommitdiff
path: root/installer/process/removeworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'installer/process/removeworker.h')
-rw-r--r--installer/process/removeworker.h26
1 files changed, 26 insertions, 0 deletions
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 <QObject>
+#include <QLocalSocket>
+#include <QApplication>
+#include <QFile>
+#include <QJsonDocument>
+#include <QJsonObject>
+#include <QDir>
+#include <QTimer>
+#include <QStandardPaths>
+
+class RemoveWorker : public QObject
+{
+ Q_OBJECT
+public:
+ explicit RemoveWorker(QObject *parent = nullptr);
+
+signals:
+
+public slots:
+ bool startWork();
+};
+
+#endif // REMOVEWORKER_H