Salome HOME
Merge from OCC_development_generic_2006
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_BrowseNodeDlg.h
index 19563ce5a758c077b4895c822bbd7b61321a32cc..b22fda2fbf7ca0c3769826142cbd2650cf857ae7 100644 (file)
@@ -29,8 +29,9 @@ public:
 
   bool isEditable () { return myIsEditable; }
 
-  void setData( const QString& data ) { myValue->setText( data ); myValue->home( false ); }
-  void updateGUI()   { myValue->setText( myPort->ToString() ); }
+  QString getData() const { return myValue->text(); } // mkr : PAL11406
+  void    setData( const QString& data ) { myValue->setText( data ); myValue->home( false ); }
+  void    updateGUI()   { myValue->setText( myPort->ToString() ); }
 
   bool setNewValue();