Skip to content

Commit

Permalink
fix: remove invalid url
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 committed Dec 20, 2024
1 parent 57f498b commit 28716c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ bool DriverManager::installDriver(const QString &filepath)
//模块已被加载
/*
* 下面代码由 liujun 于 2021年11月9号 注释
* 为修复bug https://pms.uniontech.com/zentao/bug-view-101808.html
* 为修复bug 101808
*/
// if (mp_modcore->modIsLoaded(filepath)) {
// sigProgressDetail(10, QString("could not insert module %1 :file exist").arg(filepath));
Expand Down

0 comments on commit 28716c2

Please sign in to comment.