Skip to content

Fix/crash gui

Jean-Marie Kerloch requested to merge fix/crash_gui into main

Crash at algorithm launch on CEA Ubuntu Virtual Machine closes #36 (closed)

The crash comes from the use of QTextEditProcessingFeedBack without storing it inside calling class.

Introduction of AlgorithmWidget class that will store the common attributes for all algorithm widget :

  • _feedback QTextEditProcessingFeedBack : needed for feedback display in log widget
  • _task QgsProcessingAlgRunnerTask : needed for task cancellation
Edited by Jean-Marie Kerloch

Merge request reports