qt5base-lts/tests/auto
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
..
android
bic/data Add binary compatibility files for 5.11 for QtBase 2018-06-05 06:00:28 +00:00
cmake CMake: Restore qt5_use_modules() function 2018-06-15 07:29:09 +00:00
concurrent Merge remote-tracking branch 'origin/5.11' into dev 2018-02-16 08:54:58 +01:00
corelib Introduce QScopeGuard 2018-07-21 17:47:35 +00:00
dbus Support interactive authorization flag in DBusMessage 2018-07-10 19:46:40 +00:00
gui Merge remote-tracking branch 'origin/5.11' into dev 2018-07-17 10:19:22 +02:00
guiapplauncher
installed_cmake
network prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
opengl tst_QGL: Use qWaitForWindowExposed() 2018-04-11 06:05:46 +00:00
other Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
printsupport Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
shared
sql prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
testlib Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
tools uic: Revert the microoptimization patch introducing QStringLiteral 2018-07-19 12:38:45 +00:00
widgets Restore qlistview testing on Linux 2018-07-18 09:25:30 +00:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro winrt: Skip network auto tests for now 2018-06-22 05:02:39 +00:00
network-settings.h include QTcpSocket to make the header self-contained again 2018-07-18 09:49:48 +00:00
testserver.pri Enable mDNS service discovery in Docker-based test servers 2018-07-10 15:25:14 +00:00