fix include filename.

This commit is contained in:
hyzboy 2020-10-09 22:05:18 +08:00
parent 5dca9ae3a5
commit 760eece84c

View File

@ -1,7 +1,7 @@
#ifndef HGL_QT_STRING_INCLUDE #ifndef HGL_QT_STRING_INCLUDE
#define HGL_QT_STRING_INCLUDE #define HGL_QT_STRING_INCLUDE
#include<hgl/type/BaseString.h> #include<hgl/type/String.h>
#include<hgl/CodePage.h> #include<hgl/CodePage.h>
#include<QString> #include<QString>