]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
[MEDCalc]: deletion of an existing presentation
authorabn <adrien.bruneton@cea.fr>
Wed, 6 Jul 2016 11:46:57 +0000 (13:46 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 27 Jul 2016 10:29:34 +0000 (12:29 +0200)
+ preparation for the Python dump.

src/MEDCalc/gui/MEDModule.cxx
src/MEDCalc/gui/MEDModule.hxx

index 1501c32b102dd4fc0e387875955f985435bbc9d5..f316d7d774582d55f1167e235f491fea592b0f9d 100644 (file)
@@ -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());
index 7541e3f919534227299daf9d2a097c0430144fd1..9c6b27348922e52375ff828dbabde5a4e70cc5dd 100644 (file)
@@ -95,8 +95,6 @@ public slots:
   virtual void onDblClick(const QModelIndex& index);
   virtual void onClick(const QModelIndex& index);
 
-
-
 private:
   void createModuleWidgets();
   void createModuleActions();