diff options
Diffstat (limited to 'api/logic/tools/JVisualVM.cpp')
-rw-r--r-- | api/logic/tools/JVisualVM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/tools/JVisualVM.cpp b/api/logic/tools/JVisualVM.cpp index 10886857..b1acc3c0 100644 --- a/api/logic/tools/JVisualVM.cpp +++ b/api/logic/tools/JVisualVM.cpp @@ -18,7 +18,7 @@ private slots: void profilerFinished(int exit, QProcess::ExitStatus status); protected: - void beginProfilingImpl(std::shared_ptr<LaunchTask> process); + void beginProfilingImpl(shared_qobject_ptr<LaunchTask> process); }; @@ -45,7 +45,7 @@ void JVisualVM::profilerFinished(int exit, QProcess::ExitStatus status) } } -void JVisualVM::beginProfilingImpl(std::shared_ptr<LaunchTask> process) +void JVisualVM::beginProfilingImpl(shared_qobject_ptr<LaunchTask> process) { QProcess *profiler = new QProcess(this); QStringList profilerArgs = |