Salome HOME
Bug fix: don't set "Loading" state for MacroNodes in InitialState() function (called...
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_ManagePortsDlg.h
index 23ca2cbec968c8646b0af329504ee1e2e135c4cc..345d1cb424f8b3819e5476761b41638aaa50d810 100644 (file)
@@ -67,6 +67,7 @@ protected:
   void removePort( QListBox* );
   void moveUp( QListBox* );
   void moveDown( QListBox* );
+  void moveItem( QListBox* theLB, const int from, const int to );
   
 private:
   void init();
@@ -79,7 +80,6 @@ private:
   QListBox*                     myInList;
   QListBox*                     myOutList;
   QListBoxItem*                 myLastItem;
-  bool                          myFromItemChanged;
 };
 
 /*!