chore: remove useless code

This commit is contained in:
x-tools-author 2025-05-28 10:14:13 +08:00
parent 82b66cab39
commit 0292077c7a

View File

@ -624,7 +624,6 @@ void MainWindow::initHelpMenu()
ctxs.append(qMakePair(QString("QXlsx"), QString("https://github.com/QtExcel/QXlsx")));
ctxs.append(qMakePair(QString("libqrencode"), QString("https://github.com/fukuchi/libqrencode")));
ctxs.append(qMakePair(QString("qmdnsengine"), QString("https://github.com/nitroshare/qmdnsengine")));
ctxs.append(qMakePair(QString("Qt-Advanced-Stylesheets"), QString("https://github.com/githubuser0xFFFF/Qt-Advanced-Stylesheets")));
// clang-format on
QMenu* menu = helpMenu->addMenu(tr("Third Party Open Source"));