mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
e6455cd7c8
commit
d9310f9dc9
@ -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);
|
||||
|
||||
@ -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)");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user