Skip to content

Commit

Permalink
fix: remove invalid url (#126)
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 0d20977 commit 62dd4cb
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 @@ -15,7 +15,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 62dd4cb

Please sign in to comment.