forked from qt-creator/qt-creator
Missing initialization in bin editor.
This commit is contained in:
@@ -82,6 +82,7 @@ BinEditor::BinEditor(QWidget *parent)
|
|||||||
m_inLazyMode = false;
|
m_inLazyMode = false;
|
||||||
m_baseAddr = 0;
|
m_baseAddr = 0;
|
||||||
m_blockSize = 4096;
|
m_blockSize = 4096;
|
||||||
|
m_size = 0;
|
||||||
init();
|
init();
|
||||||
m_unmodifiedState = 0;
|
m_unmodifiedState = 0;
|
||||||
m_readOnly = false;
|
m_readOnly = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user