Huge push that fixes lot of the problems with headers and added a Slider

This commit is contained in:
Tobias Rundstrom 2006-02-20 00:43:42 -03:00
parent 76b9131d03
commit f36ba49ea9
21 changed files with 298 additions and 42 deletions

View file

@ -23,11 +23,12 @@ class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(void);
~MainWindow(void);
Skin *getSkin(void);
MainWindow (QWidget *parent);
~MainWindow (void);
Skin *getSkin (void);
XMMSHandler *getHandler () { return m_handler; }
MainDisplay *getMD () { return m_display; }
void setNoDrag (bool b);
private:
Skin *skin;
XMMSHandler *m_handler;