fix: 测试openkylin是否自动传包

This commit is contained in:
zxx 2022-12-09 09:37:13 +08:00
parent bce08d92c6
commit fb8521e6d9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public:
void removeFont(QString path); /* 卸载字体 */
int getFontSize(); /* 获取预览字号 */
QString getPreviewValue(); /* 获取预览文字 */
void getFilterType(FontType type); /* 更改过滤类型 */
void getFilterType(FontType type); /* 更改过滤类型 */
void dragEnterAddFont(QStringList fontList); /* 拖拽安装字体 */
void updateDelegate(); /* 更新代理绘制每项高度 */
bool isControlApplyFont(); /* 判断当前字体是否为控制面板应用字体 */