1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 07:44:34 +02:00

Merge remote-tracking branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-03-16 02:28:07 +01:00

View File

@@ -58,7 +58,9 @@ PlaylistManager::PlaylistManager( QObject* parent )
m_infobar = new InfoBar();
m_stack = new QStackedWidget();
#ifndef Q_WS_MAC
m_infobar->installEventFilter( new WidgetDragFilter( m_infobar ) );
#endif
QFrame* line = new QFrame();
line->setFrameStyle( QFrame::HLine );