Change skin storage from a dynamically allocated QHash to a member QMap.

This commit is contained in:
Daniel Svensson 2006-03-07 16:56:18 +01:00
parent 1af311e1f1
commit 2e9ff68198
3 changed files with 139 additions and 145 deletions

View file

@ -4,6 +4,7 @@
#include "Skin.h"
#include <QWidget>
#include <QHash>
class PlaylistShade : public QWidget {
Q_OBJECT