1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-15 11:15:59 +01:00

Add an icon to the visualisations window.

Update issue #394
Missed that one, thanks :)
This commit is contained in:
David Sansome 2010-06-10 22:50:26 +00:00
parent cb2588b3a3
commit f04e4bb6ea

View File

@ -50,6 +50,7 @@ VisualisationContainer::VisualisationContainer(QWidget *parent)
size_(kDefaultTextureSize)
{
setWindowTitle(tr("Clementine Visualisation"));
setWindowIcon(QIcon(":/icon.png"));
// Set up the graphics view
setScene(vis_);