mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
don't do the dragging with our filter at al then
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
#include "albummodel.h"
|
#include "albummodel.h"
|
||||||
#include "sourcelist.h"
|
#include "sourcelist.h"
|
||||||
#include "tomahawksettings.h"
|
#include "tomahawksettings.h"
|
||||||
#include "utils/widgetdragfilter.h"
|
|
||||||
|
|
||||||
#include "dynamic/widgets/DynamicWidget.h"
|
#include "dynamic/widgets/DynamicWidget.h"
|
||||||
|
|
||||||
@@ -58,10 +57,6 @@ PlaylistManager::PlaylistManager( QObject* parent )
|
|||||||
m_infobar = new InfoBar();
|
m_infobar = new InfoBar();
|
||||||
m_stack = new QStackedWidget();
|
m_stack = new QStackedWidget();
|
||||||
|
|
||||||
#ifndef Q_WS_MAC
|
|
||||||
m_infobar->installEventFilter( new WidgetDragFilter( m_infobar ) );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
QFrame* line = new QFrame();
|
QFrame* line = new QFrame();
|
||||||
line->setFrameStyle( QFrame::HLine );
|
line->setFrameStyle( QFrame::HLine );
|
||||||
line->setStyleSheet( "border: 1px solid gray;" );
|
line->setStyleSheet( "border: 1px solid gray;" );
|
||||||
|
Reference in New Issue
Block a user