Use logo.svg instead of icon.ico in qrenderdoc

* This means we don't need to distribute the ico reading qt plugin
This commit is contained in:
baldurk
2017-06-13 14:56:40 +01:00
parent 50af5eda1c
commit f9c9adedf3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1536,7 +1536,7 @@ void TextureViewer::SetupTextureTabs()
ToolWindowManagerArea *textureTabs = ui->dockarea->areaOf(ui->renderContainer);
QIcon tabIcon;
tabIcon.addFile(QStringLiteral(":/icon.ico"), QSize(), QIcon::Normal, QIcon::Off);
tabIcon.addFile(QStringLiteral(":/logo.svg"), QSize(), QIcon::Normal, QIcon::Off);
textureTabs->setTabIcon(0, tabIcon);