Don't send a string to the Skin class twice.

This commit is contained in:
Tobias Rundstrom 2006-02-20 16:44:22 -03:00
parent 46a0fd1b29
commit 4548a1d6d3
3 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
#include "Skin.h"
Skin::Skin (QString path)
Skin::Skin (void)
{
m_path = path;
m_items = new QHash<uint, QPixmap>;
m_volume_bar = new QHash<uint, QPixmap>;
m_balance = new QHash<uint, QPixmap>;