1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Remove icon from About Qt action

This commit is contained in:
David Rosca 2016-12-28 21:35:27 +01:00
parent fccb76647d
commit 3e18d17964
3 changed files with 1 additions and 2 deletions

View File

@ -609,7 +609,7 @@ void MainMenu::init()
m_menuHelp = new QMenu(tr("&Help"));
#ifndef Q_OS_MAC
ADD_ACTION("Help/AboutQt", m_menuHelp, QIcon(QSL(":/icons/menu/qt.png")), tr("About &Qt"), SLOT(aboutQt()), "");
ADD_ACTION("Help/AboutQt", m_menuHelp, QIcon(), tr("About &Qt"), SLOT(aboutQt()), "");
m_menuHelp->addAction(m_actions[QSL("Standard/About")]);
m_menuHelp->addSeparator();
#endif

View File

@ -10,7 +10,6 @@
<file>icons/menu/history.png</file>
<file>icons/menu/history_entry.png</file>
<file>icons/menu/tab-new.png</file>
<file>icons/menu/qt.png</file>
<file>icons/other/about.png</file>
<file>icons/other/about@2x.png</file>
<file>icons/other/feed.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 719 B