训练营Modbus项目代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
140 B

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