X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI_ManagePortsDlg.h;h=345d1cb424f8b3819e5476761b41638aaa50d810;hb=cbb0219fe6d6bf11f98f2306c2855fef1eaa2d44;hp=23ca2cbec968c8646b0af329504ee1e2e135c4cc;hpb=40bfed87d6726f4e92eae8601c6f0297434a801c;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.h b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.h index 23ca2cb..345d1cb 100644 --- a/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.h +++ b/src/SUPERVGUI/SUPERVGUI_ManagePortsDlg.h @@ -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; }; /*!