11 lines
219 B
Diff
11 lines
219 B
Diff
|
--- src/gui/src/CommandProcess.h
|
||
|
+++ src/gui/src/CommandProcess.h
|
||
|
@@ -18,6 +18,7 @@
|
||
|
#ifndef COMMANDTHREAD_H
|
||
|
#define COMMANDTHREAD_H
|
||
|
|
||
|
+#include <QObject>
|
||
|
#include <QStringList>
|
||
|
|
||
|
class CommandProcess : public QObject
|