summaryrefslogtreecommitdiffstats
path: root/src/android
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-03-23 09:39:21 +0100
committerhjk <hjk@theqtcompany.com>2016-03-23 10:06:40 +0000
commitc5e6f7d57208c04715dbc00b03e4e4a49f145ca6 (patch)
treede4f53936a2a9fc4ee6e926693c4bf12afbd207d /src/android
parentd3d78c81754f2737b7686c8989460105a0a0c0e7 (diff)
Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCII
While the implementation of the QByteArray::operatorX(const QString &s2) for X \in { ==, !=, <, <=, >, >=} was already inavailable when QT_RESTRICTED_CAST_FROM_ASCII was defined, the declaration was still visible, leading effectively to a linking error. This change hides the declaration, too, creating a compiler error as intended, and as present with the QString::operatorX(const QByteArray &s2) functions. Change-Id: Ifdb0b85b7423b3b9c69212639b1512b0808a7983 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/android')
0 files changed, 0 insertions, 0 deletions