mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
initialize m_dragging variable (fixes valgrind warning).
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
d3ca52cba3
commit
800c06e678
@@ -47,6 +47,7 @@ TrackView::TrackView( QWidget* parent )
|
||||
, m_overlay( new OverlayWidget( this ) )
|
||||
, m_loadingSpinner( new LoadingSpinner( this ) )
|
||||
, m_resizing( false )
|
||||
, m_dragging( false )
|
||||
{
|
||||
setSortingEnabled( false );
|
||||
setAlternatingRowColors( true );
|
||||
|
Reference in New Issue
Block a user