qt5base-lts/tests/auto/corelib
Sérgio Martins 9229452e57 Introduce QScopeGuard
A RAII style class which calls a function at end of scope.

Example usage:
    auto cleanup = qScopeGuard([] { <my cleanup code> ; });

[ChangeLog][QtCore] Introduced QScopeGuard.

Task-number: QTBUG-62894
Change-Id: Ife67f5c76255a1fafbae03367263da0bac9a0070
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-07-21 17:47:35 +00:00
..
animation qtbase: cleanup BLACKLIST files 2018-02-13 15:20:33 +00:00
codecs Deregister QTextCodec on destruction 2018-05-26 18:50:24 +00:00
global QByteArray: toInt() and toDouble() ignore surrounding whitespaces 2018-07-07 19:58:18 +00:00
io Metatype: make the Qt CBOR value-like types built-in meta types 2018-07-04 03:04:15 +00:00
itemmodels Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
kernel Allow loading of empty translation files 2018-07-12 08:54:33 +00:00
mimetypes QMimeDatabase: fix assert when fetching data for invalid mimetype 2018-04-06 07:19:01 +00:00
plugin QPluginLoader: limit the amount of memory used when scanning plugins 2018-07-14 04:37:46 +00:00
serialization Add QTextStream operators for QStringView 2018-07-20 20:51:08 +00:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Revert "Blacklist tst_QThread::create" 2018-07-20 07:00:29 +00:00
tools Introduce QScopeGuard 2018-07-21 17:47:35 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00