Singletonify Skin class

This commit is contained in:
Daniel Svensson 2006-02-27 18:00:00 +01:00
parent 4e46089c01
commit fa4fc01a31
16 changed files with 103 additions and 115 deletions

View file

@ -45,8 +45,6 @@ class TextScroller : public QWidget
QTimer *m_timer;
Skin *m_skin;
void drawBitmapFont (const QString &text);
void drawQtFont (const QString &text);
};