forked from qt-creator/qt-creator
BinEditor: Fix MSVC warning
warning: C4309: 'argument': truncation of constant value Change-Id: I5da62c2534474f65d5b4d1b44b995dd765d02265 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
4ac7bb5a01
commit
b801fc7ae7
@@ -64,7 +64,7 @@ using namespace Core;
|
|||||||
namespace BinEditor {
|
namespace BinEditor {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
const QChar MidpointChar = QLatin1Char(0xB7);
|
const QChar MidpointChar(u'\u00B7');
|
||||||
|
|
||||||
static QByteArray calculateHexPattern(const QByteArray &pattern)
|
static QByteArray calculateHexPattern(const QByteArray &pattern)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user