summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qscopeguard.h
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-2/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-11/+2
* Doc: Fix \fn command for qScopeGuard(F &&f)Topi Reinio2020-03-261-0/+1
* QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-11/+4
* QScopeGuard: Make constructor publicKari Oikarinen2020-01-301-12/+25
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* Fix compilation error on compilers not supporting [[nodiscard]]Jędrzej Nowacki2019-05-211-4/+4
* QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
* Issue a warning about unused result of qScopeGuard and QScopeGuardJędrzej Nowacki2019-04-021-1/+10
* Introduce QScopeGuardSérgio Martins2018-07-211-0/+96