Make sure to initialise update queueing variable to false

This commit is contained in:
baldurk
2017-06-03 00:49:16 +01:00
parent 63bf0310d3
commit 231c07d390
+1 -1
View File
@@ -234,7 +234,7 @@ private:
QStringList m_headers;
bool m_queueUpdates;
bool m_queueUpdates = false;
RDTreeWidgetItem *m_queuedItem;
QPair<int, int> m_lowestIndex;