Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IMSProg_programmer/qhexedit2/src/qhexedit.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ public slots:

qint64 _bPosFirst; // position of first byte shown
qint64 _bPosLast; // position of last byte shown
qint64 _bPosCurrent; // current position

protected:
// Handle events
Expand Down Expand Up @@ -399,6 +398,7 @@ private slots:
// Name convention: absolute byte positions in chunks start with _b
qint64 _bSelectionBegin; // first position of Selection
qint64 _bSelectionEnd; // end of Selection
qint64 _bPosCurrent; // current position

// variables to store the property values
bool _addressArea; // left area of QHexEdit
Expand Down
Loading