训练营Modbus项目代码仓库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
153 B

  1. #pragma once
  2. #include <QObject>
  3. /**
  4. * .
  5. */
  6. class Modbus_Log : public QObject
  7. {
  8. Q_OBJECT
  9. public:
  10. Modbus_Log(QObject *parent);
  11. ~Modbus_Log();
  12. };