Initialize all the things in PartitionSplitterWidget.

This commit is contained in:
Teo Mrnjavac 2015-06-14 00:45:38 +02:00
parent 8633999997
commit 23c21074af

View File

@ -36,6 +36,10 @@ PartitionSplitterWidget::PartitionSplitterWidget( QWidget* parent )
, m_resizing( false )
, m_itemToResize( nullptr )
, m_itemToResizeNext( nullptr )
, m_itemMinSize( 0 )
, m_itemMaxSize( 0 )
, m_itemPrefSize( 0 )
, m_resizeHandleX( 0 )
, HANDLE_SNAP( QApplication::startDragDistance() )
{
setMouseTracking( true );