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:
parent
fccb76647d
commit
3e18d17964
|
@ -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
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user