forked from qt-creator/qt-creator
BinEditor: Fix a dead store
Change-Id: I44d8a60037f02f4467ea085e4ad0d366c6c7aa86 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1179,7 +1179,6 @@ QString BinEditorWidget::toolTip(const QHelpEvent *helpEvent) const
|
||||
if (!pos)
|
||||
return QString();
|
||||
selStart = pos.value();
|
||||
selEnd = selStart;
|
||||
byteCount = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user