mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Merge branch 'StarWidgetResource' of git://github.com/tcanabrava/subsurface into Qt
This commit is contained in:
commit
26f7e82b62
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ StarWidget::StarWidget(QWidget* parent, Qt::WindowFlags f):
|
|||
current(0),
|
||||
halfStar(false)
|
||||
{
|
||||
QSvgRenderer render(QString("star.svg"));
|
||||
QSvgRenderer render(QString(":star"));
|
||||
QPixmap renderedStar(IMG_SIZE, IMG_SIZE);
|
||||
|
||||
renderedStar.fill(Qt::transparent);
|
||||
|
|
Loading…
Add table
Reference in a new issue