Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c94d2d2f
Commit
c94d2d2f
authored
Sep 11, 2009
by
con
Browse files
Missing initialization in bin editor.
parent
cfa47a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/bineditor/bineditor.cpp
View file @
c94d2d2f
...
...
@@ -82,6 +82,7 @@ BinEditor::BinEditor(QWidget *parent)
m_inLazyMode
=
false
;
m_baseAddr
=
0
;
m_blockSize
=
4096
;
m_size
=
0
;
init
();
m_unmodifiedState
=
0
;
m_readOnly
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment