Initialise m_lastUsedArea to NULL

This commit is contained in:
baldurk
2016-11-21 14:53:23 +01:00
parent 145efba57b
commit 0193892851
@@ -68,6 +68,7 @@ ToolWindowManager::ToolWindowManager(QWidget *parent) :
m_dropCurrentSuggestionIndex = 0;
m_allowFloatingWindow = true;
m_createCallback = NULL;
m_lastUsedArea = NULL;
m_rectRubberBand = new QRubberBand(QRubberBand::Rectangle, this);
m_lineRubberBand = new QRubberBand(QRubberBand::Line, this);