Moved around headers, should make it faster to compile.
This commit is contained in:
parent
1e8286a5b9
commit
2c20ddf6fc
24 changed files with 121 additions and 40 deletions
15
Playlist.h
15
Playlist.h
|
@ -2,12 +2,6 @@
|
|||
#define __PLAYLIST_H__
|
||||
|
||||
#include "XMMSHandler.h"
|
||||
#include "Skin.h"
|
||||
#include "PlaylistList.h"
|
||||
#include "PixWidget.h"
|
||||
#include "Button.h"
|
||||
#include "PlaylistShade.h"
|
||||
#include "PlaylistMenu.h"
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QFont>
|
||||
|
@ -16,6 +10,13 @@ class MainWindow;
|
|||
class PlaylistWidget;
|
||||
class PlaylistScroller;
|
||||
|
||||
#include "Button.h"
|
||||
|
||||
class Skin;
|
||||
class PlaylistList;
|
||||
class PlaylistShade;
|
||||
class PlaylistMenu;
|
||||
|
||||
class dragButton : public Button {
|
||||
public:
|
||||
dragButton (QWidget *parent) : Button (parent) {}
|
||||
|
@ -75,7 +76,7 @@ class PlaylistWidget : public QWidget {
|
|||
|
||||
void setActive (bool);
|
||||
void switchDisplay (void);
|
||||
uint getOffset (void) const { return m_list->getOffset (); };
|
||||
uint getOffset (void);
|
||||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue