codec:处理编码问题。

This commit is contained in:
2024-05-19 23:33:06 +08:00
parent 34174d94f1
commit df1dd36d3b
7 changed files with 44 additions and 7 deletions

View File

@@ -78,6 +78,6 @@ private:
std::size_t cur_page_{1};
std::size_t all_page_{1};
CAttributeEdit* attri_edit_{};
OprBase base_{};
OprBase base_{};
};
#endif // MAINWIDGET_H