forked from qt-creator/qt-creator
BinEditor: metion that bug in QByteArray::toLower was fixed
in Qt5.4. Could be fixed once we will drop Qt5.3 Change-Id: I7a121e07dcfd2cfd2749cfcd9a02dd178d733361 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include <QWheelEvent>
|
||||
|
||||
// QByteArray::toLower() is broken, it stops at the first \0
|
||||
// FIXME: fixed in Qt5.4 5d11688d02e1f56722dce809cbe7ab5c49fea590
|
||||
static void lower(QByteArray &ba)
|
||||
{
|
||||
char *data = ba.data();
|
||||
|
Reference in New Issue
Block a user