From 19a43b3096e2f3b707c3b94316866473cc744635 Mon Sep 17 00:00:00 2001 From: abn Date: Wed, 6 Jul 2016 13:46:57 +0200 Subject: [PATCH] [MEDCalc]: deletion of an existing presentation + preparation for the Python dump. --- src/MEDCalc/gui/MEDModule.cxx | 1 + src/MEDCalc/gui/MEDModule.hxx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MEDCalc/gui/MEDModule.cxx b/src/MEDCalc/gui/MEDModule.cxx index 1501c32b1..f316d7d77 100644 --- a/src/MEDCalc/gui/MEDModule.cxx +++ b/src/MEDCalc/gui/MEDModule.cxx @@ -427,6 +427,7 @@ MEDModule::onClick(const QModelIndex & index) return; STDLOG("Presentation selection (activate view)"); + STDLOG(" Presention infos:"); std::ostringstream oss; oss << fieldId << " / " << presId; STDLOG(" - Field id / pres id: " + oss.str()); diff --git a/src/MEDCalc/gui/MEDModule.hxx b/src/MEDCalc/gui/MEDModule.hxx index 7541e3f91..9c6b27348 100644 --- a/src/MEDCalc/gui/MEDModule.hxx +++ b/src/MEDCalc/gui/MEDModule.hxx @@ -95,8 +95,6 @@ public slots: virtual void onDblClick(const QModelIndex& index); virtual void onClick(const QModelIndex& index); - - private: void createModuleWidgets(); void createModuleActions(); -- 2.39.2