forked from qt-creator/qt-creator
Icons cleanup: Remove unused icons and deduplicate identical pngs
Accordingly Adjust the svg element Ids to new png locations in the source tree. Change-Id: I717dd7165c571e69322a1cce8d609f49c6bc75bc Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectexplorericons.h>
|
||||
#include <projectexplorer/customwizard/customwizard.h>
|
||||
|
||||
#include <app/app_version.h>
|
||||
@@ -112,7 +113,7 @@ QString GenericProjectWizardDialog::projectName() const
|
||||
GenericProjectWizard::GenericProjectWizard()
|
||||
{
|
||||
setSupportedProjectTypes({Constants::GENERICPROJECT_ID});
|
||||
setIcon(QIcon(QLatin1String(":/genericprojectmanager/images/genericprojectmanager.png")));
|
||||
setIcon(ProjectExplorer::Icons::WIZARD_IMPORT_AS_PROJECT.icon());
|
||||
setDisplayName(tr("Import Existing Project"));
|
||||
setId("Z.Makefile");
|
||||
setDescription(tr("Imports existing projects that do not use qmake, CMake or Autotools. "
|
||||
|
||||
Reference in New Issue
Block a user