diff options
| author | Jarek Kobus <[email protected]> | 2025-10-30 15:15:02 +0100 |
|---|---|---|
| committer | Jarek Kobus <[email protected]> | 2025-10-31 12:52:08 +0000 |
| commit | 35a84b81c6f956281994b77a6b9e0b7286035db5 (patch) | |
| tree | 0c43877b7a3986a9821ea2521f99e469e7204989 /src/plugins/python/pythonbuildconfiguration.cpp | |
| parent | 2f27675104e8df5cd41be5d7b6cdcc2dd491953d (diff) | |
TaskTree: Switch to qt-ified QtTaskTree
Remove the old Tasking lib.
Change-Id: Iacb4939cc873e25d6039efae7dd23510a7baa5f9
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonbuildconfiguration.cpp')
| -rw-r--r-- | src/plugins/python/pythonbuildconfiguration.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/python/pythonbuildconfiguration.cpp b/src/plugins/python/pythonbuildconfiguration.cpp index edec2d144fe..823ac13bec5 100644 --- a/src/plugins/python/pythonbuildconfiguration.cpp +++ b/src/plugins/python/pythonbuildconfiguration.cpp @@ -38,7 +38,7 @@ #include <utils/qtcprocess.h> using namespace ProjectExplorer; -using namespace Tasking; +using namespace QtTaskTree; using namespace Utils; namespace Python::Internal { @@ -167,9 +167,9 @@ void PySideBuildStep::handlePySidePackageInfo(const PipPackageInfo &pySideInfo, m_pysideUic.setValue(tools.pySideUicPath.toUserOutput()); } -Tasking::GroupItem PySideBuildStep::runRecipe() +QtTaskTree::GroupItem PySideBuildStep::runRecipe() { - using namespace Tasking; + using namespace QtTaskTree; const auto onSetup = [this] { if (!processParameters()->effectiveCommand().isExecutableFile()) |
