Don't send a string to the Skin class twice.
This commit is contained in:
parent
46a0fd1b29
commit
4548a1d6d3
3 changed files with 6 additions and 7 deletions
3
Skin.cpp
3
Skin.cpp
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue