aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/async.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use Q_APPLICATION_STATIC for QObject derived globalsJarek Kobus2025-10-091-8/+9
| | | | | | | | It guarantees the destruction of QObjects once the QCoreApplication is destroyed. Change-Id: I115fd2ff3ef4aa4ce1fdce19d728af2799acb40e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Avoid QtConcurrent module importsChristian Stenger2025-08-261-0/+2
| | | | | | | | | ...as module imports pull in all headers of the module including all headers of modules they depend on. See discussion around QTBUG-88831. Change-Id: Idef4ca1b6c3c5ce9c8085d469bf3942ad0d9b4f9 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
* Remove unneeded version checksEike Ziller2024-03-041-11/+0
| | | | | | | | | | | After we raised the minimum Qt version. Change-Id: Ife81a25c3c205646eece30d6dd1a95f4b97eda01 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-2/+0
| | | | | | | | | Move TaskTree into Tasking namespace. Move Tasking namespace out of Utils namespace. Change-Id: Ib4c1d7f54f1808517e54768dfa27209c33517b61 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-0/+57
Follows AsyncTask -> Async rename. Change-Id: I37f18368ab826c9960a24087b52f6691bb33f225 Reviewed-by: hjk <hjk@qt.io>