解决createShape未定义导致的编译问题

This commit is contained in:
luoliangyi 2022-08-12 15:47:51 +08:00
parent 8aba11e6ec
commit ffea2dc5ab
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public:
void setLineWidth(int width);
void setItemFlag(int flag);
void createShape(int flag){setItemFlag(flag);}
void unDo();
private: