Explorar el Código

V1.3.2
1、修改了mqtt的依赖头文件

Apple hace 3 días
padre
commit
a05dc50e94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      module/mqtt/MQTTBase.h

+ 1 - 1
module/mqtt/MQTTBase.h

@@ -3,7 +3,7 @@
 
 #include <QObject>
 #include <QMap>
-#include <qt5/QtCore/qchar.h>
+#include <QChar>
 
 #include "qmqtt.h"