From: abn Date: Wed, 6 Jul 2016 11:46:57 +0000 (+0200) Subject: [MEDCalc]: deletion of an existing presentation X-Git-Tag: V8_1_0b1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19a43b3096e2f3b707c3b94316866473cc744635;p=modules%2Fmed.git [MEDCalc]: deletion of an existing presentation + preparation for the Python dump. --- 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();