qt5base-lts/examples/widgets/tools
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
..
codecs Deprecate QStringViewLiteral 2019-08-10 22:13:49 +02:00
completer Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
customcompleter Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
echoplugin Cleanup Widgets examples - foreach 2019-01-07 13:15:59 +00:00
i18n examples: port away from Java-style iterators 2019-05-23 17:30:51 +02:00
plugandpaint QtCore: mark obsolete enumerations as deprecated 2019-05-17 14:08:30 +00:00
regexp Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
regularexpression QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
settingseditor Cleanup Widgets examples - foreach 2019-01-07 13:15:59 +00:00
styleplugin Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
treemodelcompleter Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
undo Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
undoframework Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
tools.pro Convert the old feature system 2016-09-15 08:24:10 +00:00