summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qscopeguard/tst_qscopeguard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QScopeGuard: test if and how guard in optional<> worksMarc Mutz2023-07-101-0/+21
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-12/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+3
|\
| * tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-6/+113
|\|
| * QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-1/+15
| * QScopeGuard: Make constructor publicKari Oikarinen2020-01-301-6/+97
|/
* tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* Introduce QScopeGuardSérgio Martins2018-07-211-0/+85