chore: update files of project

This commit is contained in:
x-tools-author 2024-03-24 09:37:30 +08:00
parent e6455cd7c8
commit d9310f9dc9
2 changed files with 1 additions and 2 deletions

View File

@ -107,7 +107,7 @@ void xToolsMainWindow::initMenuHelp()
"Gitee",
this,
&xToolsMainWindow::onGiteeActionTriggered);
m_helpMenu->addAction(QIcon(":/Resources/Iconss/IconQQ.svg"),
m_helpMenu->addAction(QIcon(":/Resources/Icons/IconQQ.svg"),
tr("User QQ Group"),
this,
&xToolsMainWindow::onUserQqGroupTriggerd);

View File

@ -11,7 +11,6 @@
int main(const int argc, char *argv[])
{
Q_INIT_RESOURCE(xToolsCommon);
QString appName = QString("xTools");
#ifndef X_TOOLS_IMPORT_MODULE_PRIVATE
appName += QObject::tr("(Community)");