Skip to content
Snippets Groups Projects
Commit 0a9ccb9f authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rectify icon path

parent aae9cdad
No related branches found
No related tags found
1 merge request!245More simplifications for SampleDesigner Toolbox
......@@ -98,7 +98,7 @@ void ParticleView::updatePixmap()
return;
QString ff_type = dynamic_cast<ParticleItem*>(getItem())->formFactorItem()->currentType();
QString filename = QString(":/widgetbox/images/ff_%1_64x64.png").arg(ff_type);
QString filename = QString(":/SampleDesignerToolbox/images/ff_%1_64x64.png").arg(ff_type);
m_pixmap = QPixmap(filename);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment