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

2
Skin.h
View file

@ -15,7 +15,7 @@ class Skin : public QWidget
{
Q_OBJECT
public:
Skin (QString);
Skin ();
~Skin();
void setSkin (QString name);