Skip to content

Commit

Permalink
fix: remove invalid url (#127)
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 authored Dec 20, 2024
1 parent 3772fd5 commit 6e685fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepin-font-preview-plugin/fontpreview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FontPreview::FontPreview(QObject *parent):

FontPreview::~FontPreview()
{
// https://pms.uniontech.com/bug-view-142781.html
// bug 142781
// 插件中不需要释放。释放会导致文管异常退出。
// if (m_previewWidget)
// m_previewWidget->deleteLater();
Expand Down

0 comments on commit 6e685fd

Please sign in to comment.