mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove MCX icon
This commit is contained in:
@@ -92,9 +92,9 @@ namespace swift::gui::menus
|
||||
added = true;
|
||||
if (CModelConverterX::supportsModelConverterX())
|
||||
{
|
||||
m_modelConverterX = menuActions.addAction(m_modelConverterX, CIcons::modelConverterX(),
|
||||
"ModelConverterX", CMenuAction::pathSimulator(),
|
||||
{ this, &CShowSimulatorFileMenu::startModelConverterX });
|
||||
m_modelConverterX =
|
||||
menuActions.addAction(m_modelConverterX, "ModelConverterX", CMenuAction::pathSimulator(),
|
||||
{ this, &CShowSimulatorFileMenu::startModelConverterX });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -939,12 +939,6 @@ namespace swift::misc
|
||||
|
||||
const QPixmap &CIcons::modelExclude16() { return cross16(); }
|
||||
|
||||
const QPixmap &CIcons::modelConverterX()
|
||||
{
|
||||
static const QPixmap pm(":/misc/icons/misc/mcx.png");
|
||||
return pm;
|
||||
}
|
||||
|
||||
const QPixmap &CIcons::pixmapByIndex(CIcons::IconIndex index)
|
||||
{
|
||||
switch (index)
|
||||
|
||||
@@ -701,9 +701,6 @@ namespace swift::misc
|
||||
//! Model exclude
|
||||
static const QPixmap &modelExclude16();
|
||||
|
||||
//! Model Converter X
|
||||
static const QPixmap &modelConverterX();
|
||||
|
||||
// -------------------------------------------------------------
|
||||
// By index
|
||||
// -------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.3 KiB |
@@ -557,8 +557,6 @@
|
||||
<file>icons/misc/skull512.png</file>
|
||||
<file>icons/misc/toolWizard64.png</file>
|
||||
<file>icons/misc/toolWizard128.png</file>
|
||||
<file>icons/misc/mcx.jpg</file>
|
||||
<file>icons/misc/mcx.png</file>
|
||||
<file>icons/misc/cn.png</file>
|
||||
<file>icons/misc/ru.png</file>
|
||||
</qresource>
|
||||
|
||||
Reference in New Issue
Block a user