Small fix

This commit is contained in:
wh201906
2020-08-01 21:48:59 +08:00
parent a77985824c
commit 43752bd5e4
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -31,10 +31,10 @@ private:
bool isRequiringOutput;
QString* requiredOutput;
QTime timeStamp;
ClientType clientType;
signals:
void refreshOutput(const QString& output);
void write(QString data);
ClientType clientType;
};
#endif // UTIL_H