summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/moduleshandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/moduleshandler.cpp')
-rw-r--r--src/plugins/debugger/moduleshandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp
index 6e7496bd37..a904e1d789 100644
--- a/src/plugins/debugger/moduleshandler.cpp
+++ b/src/plugins/debugger/moduleshandler.cpp
@@ -174,7 +174,7 @@ bool ModulesModel::contextMenuEvent(const ItemViewEvent &ev)
moduleNameValid && !modulePath.needsDevice() && modulePath.exists()
&& dependsCanBeFound(),
[modulePath] {
- QtcProcess::startDetached({{"depends"}, {modulePath.toString()}});
+ Process::startDetached({{"depends"}, {modulePath.toString()}});
});
addAction(this, menu, Tr::tr("Load Symbols for All Modules"),