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:
Nikita Baryshnikov
2015-04-06 18:51:22 +03:00
parent 85c8ddddd6
commit 9b9c35fd8a

View File

@@ -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();