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
|
@ -1,6 +1,8 @@
|
|||
#include "MainWindow.h"
|
||||
#include "Playlist.h"
|
||||
#include "PlaylistList.h"
|
||||
|
||||
#include "PlaylistShade.h"
|
||||
#include "PlaylistMenu.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
|
@ -434,6 +436,13 @@ PlaylistWidget::setActive (bool active)
|
|||
update ();
|
||||
}
|
||||
|
||||
|
||||
uint
|
||||
PlaylistWidget::getOffset (void)
|
||||
{
|
||||
return m_list->getOffset ();
|
||||
}
|
||||
|
||||
void
|
||||
PlaylistWidget::mouseDoubleClickEvent (QMouseEvent *event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue