qt5base-lts/tests/auto/corelib
Marc Mutz c58ca4256d Deprecate QStringViewLiteral
As a macro, we can't directly deprecate it, but need to make it call
something deprecated. That is a new ctor with a new enum type
added. The type might be useful for other such ventures, so put it
into qglobal.h

Remove the QT_NO_UNICODE_LITERAL protection, as it's always false
these days, and QT_UNICODE_LITERAL is unconditionally #defined a 20
lines above.

[ChangeLog][QtCore][QStringView] Deprecated the (undocumented)
QStringViewLiteral macro. Just use u"" or QStringView(u"") instead.

Change-Id: I9141320225037e1bc6b7f920bf01a9d0144fdac2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-08-10 22:13:49 +02:00
..
animation unblacklist passing tests 2019-07-08 11:01:42 +00:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Conditionally disable parts of the tests testing the deprecated APIs 2019-08-01 13:51:18 +02:00
io Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
itemmodels test: migrate QItemSelectionModel test to QRegularExpression 2019-06-10 19:29:44 +00:00
kernel Refactor memory allocation for arguments of QMetaCallEvents 2019-08-10 22:04:11 +02:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Merge remote-tracking branch 'origin/5.13' into dev 2019-07-05 15:37:50 +02:00
serialization Fix removal of QJsonObject properties when assigning undefined 2019-07-30 11:08:24 +02:00
statemachine test: migrate QStateMachine test to QRegularExpression 2019-06-10 19:23:42 +00:00
text Deprecate QStringViewLiteral 2019-08-10 22:13:49 +02:00
thread Remove the remaining usages of deprecated APIs of qtbase 2019-08-01 06:48:27 +02:00
time unblacklist passing tests 2019-07-08 11:01:42 +00:00
tools QPoint/F: add transposed() 2019-08-07 23:09:06 +03:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00