fixed two bugs in ShareManager popup menu

This commit is contained in:
mr-alice 2016-11-03 20:26:35 +01:00
parent 29b5bfe049
commit 8653649132
2 changed files with 15 additions and 6 deletions

View file

@ -55,13 +55,13 @@ protected:
private slots:
/** Create the context popup menu and it's submenus */
void shareddirListCurrentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn);
void shareddirListCostumPopupMenu( QPoint point );
void shareddirListCustomPopupMenu( QPoint point );
void addShare();
void doubleClickedCell(int,int);
void handleCellChange(int row,int column);
void editShareDirectory();
void showShareDialog();
//void editShareDirectory();
void removeShareDirectory();
void updateFlags();
void applyAndClose() ;