Skip to content
Snippets Groups Projects

Fix OTBApplicationOutputImageChanged and ExecutionDone slots not being called

Merged Victor Poughon requested to merge bug-qt-execute into develop
8 files
+ 34
47
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -19,6 +19,7 @@
*/
#include "otbWrapperQtWidgetMainWindow.h"
#include "mvdMaplaMainWindow.h"
#include "ui_mvdMaplaMainWindow.h"
@@ -231,7 +232,7 @@ MaplaMainWindow
->GetLauncher()!=NULL
);
QWidget * appWindow =
otb::Wrapper::QtMainWindow* appWindow =
MaplaApplication::ConstInstance()
->GetModel< OTBApplicationsModel >()
->GetLauncher()
Loading