Don't use gcc extension for QByteArrayLiteral neither
authorLars Knoll <lars.knoll@nokia.com>
Mon, 11 Jun 2012 14:15:39 +0000 (16:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 12 Jun 2012 20:57:22 +0000 (22:57 +0200)
commit087f279fff143f7db01179b21cf873539319bfdc
tree2998a6ca63ecf15a56f09c8d17b3953129da84d8
parent08b3aceffe72668f578707c748c8180dbcf570cd
Don't use gcc extension for QByteArrayLiteral neither

This extension doesn't work for e.g. default arguments
in function declarations.

Change-Id: I32b7afa6e01b6af55fb2409179b4fd94cb04cd8d
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/tools/qbytearray.h
tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp