mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user